pub trait MacosFrameExt {
// Required method
fn sample_buffer_ptr(&self) -> *const c_void;
}Available on crate feature
std and macOS only.Expand description
macOS-specific frame data.
pub trait MacosFrameExt {
// Required method
fn sample_buffer_ptr(&self) -> *const c_void;
}std and macOS only.macOS-specific frame data.