Table of Contents

Class AudioConfiguration

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

Constructors

AudioConfiguration()

public AudioConfiguration()

Fields

Bitrate

[Value("bitrate")]
public ulong Bitrate

Field Value

ulong

Channels

[Value("channels")]
public string Channels

Field Value

string

ContentType

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

Field Value

string

Samplerate

[Value("samplerate")]
public ulong Samplerate

Field Value

ulong

SpatialRendering

[Value("spatialRendering")]
public bool SpatialRendering

Field Value

bool