Struct gstreamer_video::video_meta::VideoRegionOfInterestMeta [−][src]
#[repr(transparent)]pub struct VideoRegionOfInterestMeta(_);
Implementations
pub fn add<'a>(
buffer: &'a mut BufferRef,
roi_type: &str,
rect: (u32, u32, u32, u32)
) -> MetaRefMut<'a, Self, Standalone>[src]pub fn params(&self) -> ParamsIter<'_>ⓘNotable traits for ParamsIter<'a>
impl<'a> Iterator for ParamsIter<'a> type Item = &'a StructureRef;[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VideoRegionOfInterestMetaimpl Unpin for VideoRegionOfInterestMetaimpl UnwindSafe for VideoRegionOfInterestMeta