/// </summary>
public string Tune { get; set; }
- /// <summary>
- /// Gets or sets a value indicating whether hw decode.
- /// </summary>
- public bool HWDecode { get; set; }
-
/// <summary>
/// Gets or sets the qsv.
/// </summary>
/// </summary>
public bool VideoGrayScale { get; set; }
- /// <summary>
- /// Gets or sets a value indicating whether video hw decode.
- /// </summary>
- public bool VideoHWDecode { get; set; }
-
/// <summary>
/// Gets or sets the video scaler.
/// </summary>
/// Standard software scaling. Highest quality.
/// </summary>
Lanczos = 0,
-
- /// <summary>
- /// OpenCL-assisted bicubic scaling.
- /// </summary>
- Bicubic = 1
}
}
\r
/* Not Supported Yet */\r
// public int VideoColorMatrixCode { get; set; }\r
- // public bool VideoHWDecode { get; set; }\r
// public string VideoScaler { get; set; }\r
// public bool VideoQSVDecode { get; set; }\r
// public int VideoQSVAsyncDepth { get; set; }\r