AudioCodecAppendInputBufferListProc

Type Alias AudioCodecAppendInputBufferListProc 

Source
pub type AudioCodecAppendInputBufferListProc = Option<unsafe extern "C-unwind" fn(NonNull<c_void>, NonNull<AudioBufferList>, NonNull<u32>, *const AudioStreamPacketDescription, NonNull<u32>) -> i32>;
Available on crate features AudioCodec and objc2-core-audio-types only.
Expand description

Aliased Type§

pub enum AudioCodecAppendInputBufferListProc {
    None,
    Some(unsafe extern "C-unwind" fn(NonNull<c_void>, NonNull<AudioBufferList>, NonNull<u32>, *const AudioStreamPacketDescription, NonNull<u32>) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(NonNull<c_void>, NonNull<AudioBufferList>, NonNull<u32>, *const AudioStreamPacketDescription, NonNull<u32>) -> i32)

Some value of type T.