FMOD_DSP_SETPOSITION_CALLBACK

Type Alias FMOD_DSP_SETPOSITION_CALLBACK 

Source
pub type FMOD_DSP_SETPOSITION_CALLBACK = Option<unsafe extern "C" fn(dsp_state: *mut FMOD_DSP_STATE, pos: c_uint) -> FMOD_RESULT>;

Aliased Type§

pub enum FMOD_DSP_SETPOSITION_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE, u32) -> FMOD_RESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_DSP_STATE, u32) -> FMOD_RESULT)

Some value of type T.