MusicPlayerStart

Function MusicPlayerStart 

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

Start the player

If the player has not been prerolled, it will pre-roll itself and then start.

Parameter inPlayer: the player

ยงSafety

in_player must be a valid pointer.