pub trait VideoFormatIteratorExt {
    // Required method
    fn into_video_caps(self) -> Option<VideoCapsBuilder<NoFeature>>;
}

Required Methods§

Implementors§

source§

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