Table of Contents

Class VideoConfiguration

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

Constructors

VideoConfiguration()

public VideoConfiguration()

Fields

Bitrate

[Value("bitrate")]
public required ulong Bitrate

Field Value

ulong

ColorGamut

[Value("colorGamut")]
public ColorGamut ColorGamut

Field Value

ColorGamut

ContentType

[Value("contentType")]
public required string ContentType

Field Value

string

Framerate

[Value("framerate")]
public required Number Framerate

Field Value

Number

HasAlphaChannel

[Value("hasAlphaChannel")]
public bool HasAlphaChannel

Field Value

bool

HdrMetadataType

[Value("hdrMetadataType")]
public HdrMetadataType HdrMetadataType

Field Value

HdrMetadataType

Height

[Value("height")]
public required ulong Height

Field Value

ulong

ScalabilityMode

[Value("scalabilityMode")]
public string ScalabilityMode

Field Value

string

SpatialScalability

[Value("spatialScalability")]
public bool SpatialScalability

Field Value

bool

TransferFunction

[Value("transferFunction")]
public TransferFunction TransferFunction

Field Value

TransferFunction

Width

[Value("width")]
public required ulong Width

Field Value

ulong