// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // The par. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Interop.Json.Shared { /// /// The par. /// public class PAR { /// /// Gets or sets the Number. /// public int Num { get; set; } /// /// Gets or sets the Denominator. /// public int Den { get; set; } } }