Trait vlc::MediaPlayerAudioEx[][src]

pub trait MediaPlayerAudioEx {
    fn get_mute(&self) -> Option<bool>;
fn set_mute(&self, _: bool);
fn get_volume(&self) -> i32;
fn set_volume(&self, volume: i32) -> Result<(), ()>;
fn get_audio_track_description(&self) -> Option<Vec<TrackDescription>>; }

Required Methods

Implementors