Struct gstreamer_video::VideoInfoBuilder [−][src]
pub struct VideoInfoBuilder<'a> { /* fields omitted */ }
Implementations
impl<'a> VideoInfoBuilder<'a>
[src]
impl<'a> VideoInfoBuilder<'a>
[src]pub fn build(self) -> Result<VideoInfo, BoolError>
[src]
pub fn interlace_mode(
self,
interlace_mode: VideoInterlaceMode
) -> VideoInfoBuilder<'a>
[src]
self,
interlace_mode: VideoInterlaceMode
) -> VideoInfoBuilder<'a>
pub fn flags(self, flags: VideoFlags) -> Self
[src]
pub fn size(self, size: usize) -> Self
[src]
pub fn views(self, views: u32) -> Self
[src]
pub fn chroma_site(self, chroma_site: VideoChromaSite) -> Self
[src]
pub fn colorimetry(
self,
colorimetry: &'a VideoColorimetry
) -> VideoInfoBuilder<'a>
[src]
self,
colorimetry: &'a VideoColorimetry
) -> VideoInfoBuilder<'a>
pub fn par<T: Into<Fraction>>(self, par: T) -> Self
[src]
pub fn fps<T: Into<Fraction>>(self, fps: T) -> Self
[src]
pub fn offset(self, offset: &'a [usize]) -> VideoInfoBuilder<'a>
[src]
pub fn stride(self, stride: &'a [i32]) -> VideoInfoBuilder<'a>
[src]
pub fn multiview_mode(self, multiview_mode: VideoMultiviewMode) -> Self
[src]
pub fn multiview_flags(self, multiview_flags: VideoMultiviewFlags) -> Self
[src]
pub fn field_order(self, field_order: VideoFieldOrder) -> Self
[src]
This is supported on crate feature
v1_12
only.