[−][src]Type Definition gst::VideoInfo
type VideoInfo = GstVideoInfo;
type VideoInfo = GstVideoInfo;
impl VideoInfo
[src]pub fn format_info(&self) -> &GstVideoFormatInfo
[src]pub fn format(&self) -> GstVideoFormat
[src]pub fn format_name(&self) -> String
[src]pub fn is_yuv(&self) -> bool
[src]pub fn is_rgb(&self) -> bool
[src]pub fn is_gray(&self) -> bool
[src]pub fn has_alpha(&self) -> bool
[src]pub fn interlace_mode(&self) -> GstVideoInterlaceMode
[src]pub fn is_interlaced(&self) -> bool
[src]pub fn flags(&self) -> GstVideoFlags
[src]pub fn width(&self) -> i32
[src]pub fn height(&self) -> i32
[src]pub fn size(&self) -> u64
[src]pub fn views(&self) -> i32
[src]pub fn par_n(&self) -> i32
[src]pub fn par_d(&self) -> i32
[src]pub fn fps_n(&self) -> i32
[src]pub fn fps_d(&self) -> i32
[src]pub fn n_planes(&self) -> u32
[src]pub fn plane_stride(&self, p: usize) -> i32
[src]pub fn plane_offset(&self, p: usize) -> u64
[src]pub fn to_caps(&self) -> Option<Caps>
[src]