Trait gstreamer_video::VideoFormatIteratorExt[][src]

pub trait VideoFormatIteratorExt {
    fn into_video_caps(self) -> Option<Builder<NoFeature>>;
}

Required methods

fn into_video_caps(self) -> Option<Builder<NoFeature>>[src]

Loading content...

Implementors

impl<T> VideoFormatIteratorExt for T where
    T: Iterator<Item = VideoFormat>, 
[src]

Loading content...