Type Alias sdl2_sys::SDL_AudioFilter

source ·
pub type SDL_AudioFilter = Option<unsafe extern "C" fn(cvt: *mut SDL_AudioCVT, format: SDL_AudioFormat)>;

Aliased Type§

enum SDL_AudioFilter {
    None,
    Some(unsafe extern "C" fn(_: *mut SDL_AudioCVT, _: u16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut SDL_AudioCVT, _: u16))

Some value of type T.