Struct gstreamer_video::video_meta::VideoRegionOfInterestMeta [−][src]
#[repr(transparent)]pub struct VideoRegionOfInterestMeta(_);
Implementations
impl VideoRegionOfInterestMeta[src]
impl VideoRegionOfInterestMeta[src]pub fn add<'a>(
buffer: &'a mut BufferRef,
roi_type: &str,
rect: (u32, u32, u32, u32)
) -> MetaRefMut<'a, Self, Standalone>[src]
buffer: &'a mut BufferRef,
roi_type: &str,
rect: (u32, u32, u32, u32)
) -> MetaRefMut<'a, Self, Standalone>
pub fn rect(&self) -> (u32, u32, u32, u32)[src]
pub fn id(&self) -> i32[src]
pub fn parent_id(&self) -> i32[src]
pub fn roi_type<'a>(&self) -> &'a str[src]
pub fn params(&self) -> ParamsIter<'_>ⓘNotable traits for ParamsIter<'a>
impl<'a> Iterator for ParamsIter<'a> type Item = &'a StructureRef;[src]
Notable traits for ParamsIter<'a>
impl<'a> Iterator for ParamsIter<'a> type Item = &'a StructureRef;pub fn param<'b>(&self, name: &'b str) -> Option<&StructureRef>[src]
pub fn set_rect(&mut self, rect: (u32, u32, u32, u32))[src]
pub fn set_id(&mut self, id: i32)[src]
pub fn set_parent_id(&mut self, id: i32)[src]
pub fn add_param(&mut self, s: Structure)[src]
Trait Implementations
impl Debug for VideoRegionOfInterestMeta[src]
impl Debug for VideoRegionOfInterestMeta[src]impl MetaAPI for VideoRegionOfInterestMeta[src]
impl MetaAPI for VideoRegionOfInterestMeta[src]