Table of Contents

Class VideoEncoderConfig

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

Constructors

VideoEncoderConfig()

public VideoEncoderConfig()

Fields

Alpha

[Value("alpha")]
public AlphaOption Alpha

Field Value

AlphaOption

Avc

[Value("avc")]
public AvcEncoderConfig Avc

Field Value

AvcEncoderConfig

Bitrate

[Value("bitrate")]
public ulong Bitrate

Field Value

ulong

BitrateMode

[Value("bitrateMode")]
public VideoEncoderBitrateMode BitrateMode

Field Value

VideoEncoderBitrateMode

Codec

[Value("codec")]
public required string Codec

Field Value

string

ContentHint

[Value("contentHint")]
public string ContentHint

Field Value

string

DisplayHeight

[Value("displayHeight")]
public ulong DisplayHeight

Field Value

ulong

DisplayWidth

[Value("displayWidth")]
public ulong DisplayWidth

Field Value

ulong

Framerate

[Value("framerate")]
public Number Framerate

Field Value

Number

HardwareAcceleration

[Value("hardwareAcceleration")]
public HardwareAcceleration HardwareAcceleration

Field Value

HardwareAcceleration

Height

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

Field Value

ulong

Hevc

[Value("hevc")]
public HevcEncoderConfig Hevc

Field Value

HevcEncoderConfig

LatencyMode

[Value("latencyMode")]
public LatencyMode LatencyMode

Field Value

LatencyMode

ScalabilityMode

[Value("scalabilityMode")]
public string ScalabilityMode

Field Value

string

Width

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

Field Value

ulong