Struct linuxvideo::BufType
source · #[repr(transparent)]pub struct BufType(_);Expand description
A buffer or stream type.
Implementations§
source§impl BufType
impl BufType
sourcepub const VIDEO_CAPTURE: Self = _
pub const VIDEO_CAPTURE: Self = _
Single-plane video capture.
sourcepub const VIDEO_OUTPUT: Self = _
pub const VIDEO_OUTPUT: Self = _
Single-plane video output.
pub const VIDEO_OVERLAY: Self = _
pub const VBI_CAPTURE: Self = _
pub const VBI_OUTPUT: Self = _
pub const SLICED_VBI_CAPTURE: Self = _
pub const SLICED_VBI_OUTPUT: Self = _
pub const VIDEO_OUTPUT_OVERLAY: Self = _
pub const VIDEO_CAPTURE_MPLANE: Self = _
pub const VIDEO_OUTPUT_MPLANE: Self = _
pub const SDR_CAPTURE: Self = _
pub const SDR_OUTPUT: Self = _
sourcepub const META_CAPTURE: Self = _
pub const META_CAPTURE: Self = _
Metadata capture.
sourcepub const META_OUTPUT: Self = _
pub const META_OUTPUT: Self = _
Metadata output.