struct Protocol::WebAudio::ContextRealtimeData
- Protocol::WebAudio::ContextRealtimeData
- Struct
- Value
- Object
Overview
Fields in AudioContext that change in real-time.
Included Modules
- JSON::Serializable
Defined in:
protocol/web_audio.crConstructors
Instance Method Summary
-
#callback_interval_mean : Number::Primitive
A running mean of callback interval.
-
#callback_interval_variance : Number::Primitive
A running variance of callback interval.
-
#current_time : Number::Primitive
The current context time in second in BaseAudioContext.
-
#render_capacity : Number::Primitive
The time spent on rendering graph divided by render quantum duration, and multiplied by 100.
Constructor Detail
Instance Method Detail
def render_capacity : Number::Primitive
#
The time spent on rendering graph divided by render quantum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur.