feat: separate videotoolbox tone mapping option

Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
gnattu
2024-02-16 00:16:59 +08:00
parent cf3e3e2c3d
commit 5c743f2b4d
2 changed files with 18 additions and 1 deletions

View File

@@ -146,6 +146,11 @@ public class EncodingOptions
/// </summary>
public bool EnableVppTonemapping { get; set; }
/// <summary>
/// Gets or sets a value indicating whether videotoolbox tonemapping is enabled.
/// </summary>
public bool EnableVideoToolboxTonemapping { get; set; }
/// <summary>
/// Gets or sets the tone-mapping algorithm.
/// </summary>