pub type SoundPcmSetPosCallback = Option<fn(sound: &Sound, sub_sound: i32, position: u32, postype: TimeUnit) -> Status>;Expand description
notify the user that music position has changed
Aliased Type§
pub enum SoundPcmSetPosCallback {
None,
Some(fn(&Sound, i32, u32, TimeUnit) -> Status),
}