// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // The filter. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Interop.Json.Encode { using System.Collections.Generic; /// /// The filter. /// public class Filters { /// /// Gets or sets the filter list. /// public List FilterList { get; set; } } }