audio: fix obsolete unnamed parameter
parent
bde5163367
commit
b18049f978
|
@ -9,7 +9,7 @@ use ::tools::from_cstr;
|
|||
|
||||
pub trait MediaPlayerAudioEx {
|
||||
fn get_mute(&self) -> Option<bool>;
|
||||
fn set_mute(&self, bool);
|
||||
fn set_mute(&self, muted: bool);
|
||||
fn get_volume(&self) -> i32;
|
||||
fn set_volume(&self, volume: i32) -> Result<(), ()>;
|
||||
fn get_audio_track_description(&self) -> Option<Vec<TrackDescription>>;
|
||||
|
|
Loading…
Reference in New Issue