FMOD_SOUND_PCMSETPOS_CALLBACK

Type Alias FMOD_SOUND_PCMSETPOS_CALLBACK 

Source
pub type FMOD_SOUND_PCMSETPOS_CALLBACK = Option<unsafe extern "C" fn(sound: *mut FMOD_SOUND, subsound: c_int, position: c_uint, postype: FMOD_TIMEUNIT) -> FMOD_RESULT>;

Aliased Type§

pub enum FMOD_SOUND_PCMSETPOS_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> u32)

Some value of type T.