Skip to main content

CMBufferGetTimeCallback

Type Alias CMBufferGetTimeCallback 

Source
pub type CMBufferGetTimeCallback = Option<unsafe extern "C" fn(buf: CMBufferRef, refcon: *mut c_void) -> CMTime>;
Expand description

Apple SDK type alias CMBufferGetTimeCallback.

Aliased Type§

pub enum CMBufferGetTimeCallback {
    None,
    Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> CMTime),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> CMTime)

Some value of type T.