AudioCodecGetPropertyInfoProc

Type Alias AudioCodecGetPropertyInfoProc 

Source
pub type AudioCodecGetPropertyInfoProc = Option<unsafe extern "C-unwind" fn(NonNull<c_void>, AudioCodecPropertyID, *mut u32, *mut u8) -> i32>;
Available on crate feature AudioCodec only.
Expand description

Aliased Type§

pub enum AudioCodecGetPropertyInfoProc {
    None,
    Some(unsafe extern "C-unwind" fn(NonNull<c_void>, u32, *mut u32, *mut u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(NonNull<c_void>, u32, *mut u32, *mut u8) -> i32)

Some value of type T.