// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // The preview settings. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Interop.Model.Preview { using HandBrake.ApplicationServices.Services.Encode.Model; /// /// The preview settings. /// public class PreviewSettings : EncodeTask { } }