// --------------------------------------------------------------------------------------------------------------------
// 
//   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// 
// 
//   The qsv.
// 
// --------------------------------------------------------------------------------------------------------------------
namespace HandBrake.ApplicationServices.Interop.Json.Encode
{
    /// 
    /// The qsv.
    /// 
    public class QSV
    {
        /// 
        /// Gets or sets a value indicating whether decode.
        /// 
        public bool Decode { get; set; }
        /// 
        /// Gets or sets the async depth.
        /// 
        public int AsyncDepth { get; set; }
    }
}