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

Required Methods§

Implementors§

source§

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