Skip to main content

CMSampleBufferDataBufferExt

Trait CMSampleBufferDataBufferExt 

Source
pub trait CMSampleBufferDataBufferExt {
    // Required method
    fn data_buffer_local(&self) -> Option<CMBlockBuffer>;
}
Expand description

Convenience: like apple_cf::cm::CMSampleBuffer::data_buffer but returns the local crate::cm::CMBlockBuffer (which is currently a different wrapper around the same underlying type).

Required Methods§

Implementors§