pub type AudioVar = Var<AudioTrack>;Expand description
Represents an AudioTrack tracked by the AUDIOS cache.
The variable updates when the audio updates.
Aliased Typeยง
pub struct AudioVar { /* private fields */ }pub type AudioVar = Var<AudioTrack>;Represents an AudioTrack tracked by the AUDIOS cache.
The variable updates when the audio updates.
pub struct AudioVar { /* private fields */ }