AudioVar

Type Alias AudioVar 

Source
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 */ }

Trait Implementations§