MusicPlayerStop

Function MusicPlayerStop 

Source
pub unsafe extern "C-unwind" fn MusicPlayerStop(
    in_player: MusicPlayer,
) -> i32
Available on crate feature MusicPlayer only.
Expand description

Stop the player

Parameter inPlayer: the player

ยงSafety

in_player must be a valid pointer.