Skip to main content

AudioPlayerRef

Type Alias AudioPlayerRef 

Source
pub type AudioPlayerRef = Rc<dyn AudioPlayer>;
Expand description

Shared handle to the installed AudioPlayer.

Aliased Typeยง

pub struct AudioPlayerRef { /* private fields */ }