struct Protocol::WebAudio::BaseAudioContext
- Protocol::WebAudio::BaseAudioContext
- Struct
- Value
- Object
Overview
Protocol object for BaseAudioContext
Included Modules
- JSON::Serializable
Defined in:
protocol/web_audio.crConstructors
Instance Method Summary
-
#callback_buffer_size : Number::Primitive
Platform-dependent callback buffer size.
- #context_id : GraphObjectId
- #context_state : ContextState
- #context_type : ContextType
-
#max_output_channel_count : Number::Primitive
Number of output channels supported by audio hardware in use.
- #realtime_data : ContextRealtimeData | Nil
-
#sample_rate : Number::Primitive
Context sample rate.
Constructor Detail
Instance Method Detail
def max_output_channel_count : Number::Primitive
#
Number of output channels supported by audio hardware in use.