Trait gstreamer_video::prelude::VideoFormatIteratorExt [−][src]
pub trait VideoFormatIteratorExt {
fn into_video_caps(self) -> Option<Builder<NoFeature>>;
}Required methods
fn into_video_caps(self) -> Option<Builder<NoFeature>>[src]
Implementors
impl<T> VideoFormatIteratorExt for T where
T: Iterator<Item = VideoFormat>, [src]
impl<T> VideoFormatIteratorExt for T where
T: Iterator<Item = VideoFormat>, [src]