Trait gstreamer_video::VideoFormatIteratorExtRef[][src]

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

Required methods

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

Loading content...

Implementors

impl<'a, T> VideoFormatIteratorExtRef for T where
    T: Iterator<Item = &'a VideoFormat>, 
[src]

Loading content...