Type Alias obs_enum_audio_device_cb

Source
pub type obs_enum_audio_device_cb = Option<unsafe extern "C" fn(data: *mut c_void, name: *const c_char, id: *const c_char) -> bool>;

Aliased Type§

enum obs_enum_audio_device_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> bool)

Some value of type T.