BaseAudioContext

@Serializable
data class BaseAudioContext(val contextId: String, val contextType: WebAudio.ContextType, val contextState: WebAudio.ContextState, val realtimeData: WebAudio.ContextRealtimeData? = null, val callbackBufferSize: Double, val maxOutputChannelCount: Double, val sampleRate: Double)

Protocol object for BaseAudioContext

Constructors

Link copied to clipboard
constructor(contextId: String, contextType: WebAudio.ContextType, contextState: WebAudio.ContextState, realtimeData: WebAudio.ContextRealtimeData? = null, callbackBufferSize: Double, maxOutputChannelCount: Double, sampleRate: Double)

Properties

Link copied to clipboard

Platform-dependent callback buffer size.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Number of output channels supported by audio hardware in use.

Link copied to clipboard
Link copied to clipboard

Context sample rate.