Table of Contents

Class VideoColorSpaceInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class VideoColorSpaceInit
Inheritance
VideoColorSpaceInit
Inherited Members

Constructors

VideoColorSpaceInit()

public VideoColorSpaceInit()

Fields

FullRange

[Value("fullRange")]
public bool? FullRange

Field Value

bool?

Matrix

[Value("matrix")]
public VideoMatrixCoefficients? Matrix

Field Value

VideoMatrixCoefficients?

Primaries

[Value("primaries")]
public VideoColorPrimaries? Primaries

Field Value

VideoColorPrimaries?

Transfer

[Value("transfer")]
public VideoTransferCharacteristics? Transfer

Field Value

VideoTransferCharacteristics?