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]
Implementors
impl<'a, T> VideoFormatIteratorExtRef for T where
T: Iterator<Item = &'a VideoFormat>,
[src]
impl<'a, T> VideoFormatIteratorExtRef for T where
T: Iterator<Item = &'a VideoFormat>,
[src]