Class BaseAudioContext
BaseAudioContext
public sealed class BaseAudioContext
- Inheritance
-
BaseAudioContext
- Inherited Members
Properties
CallbackBufferSize
callbackBufferSize
[JsonPropertyName("callbackBufferSize")]
public double CallbackBufferSize { get; set; }
Property Value
ContextId
contextId
[JsonPropertyName("contextId")]
public string ContextId { get; set; }
Property Value
ContextState
contextState
[JsonPropertyName("contextState")]
public ContextState ContextState { get; set; }
Property Value
ContextType
contextType
[JsonPropertyName("contextType")]
public ContextType ContextType { get; set; }
Property Value
MaxOutputChannelCount
maxOutputChannelCount
[JsonPropertyName("maxOutputChannelCount")]
public double MaxOutputChannelCount { get; set; }
Property Value
RealtimeData
realtimeData
[JsonPropertyName("realtimeData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ContextRealtimeData RealtimeData { get; set; }
Property Value
SampleRate
sampleRate
[JsonPropertyName("sampleRate")]
public double SampleRate { get; set; }