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).