CMBufferQueueCreate

Function CMBufferQueueCreate 

Source
pub unsafe extern "C-unwind" fn CMBufferQueueCreate(
    allocator: Option<&CFAllocator>,
    capacity: CMItemCount,
    callbacks: NonNull<CMBufferCallbacks>,
    queue_out: NonNull<*mut CMBufferQueue>,
) -> i32
👎Deprecated: renamed to CMBufferQueue::create
Available on crate features CMBase and CMBufferQueue and CMTime only.