Class AudioBufferOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class AudioBufferOptions
- Inheritance
-
AudioBufferOptions
- Inherited Members
-
Constructors
AudioBufferOptions()
public AudioBufferOptions()
Fields
Length
[Value("length")]
public required ulong Length
Field Value
- ulong
NumberOfChannels
[Value("numberOfChannels")]
public ulong NumberOfChannels
Field Value
- ulong
SampleRate
[Value("sampleRate")]
public required Number SampleRate
Field Value
- Number