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

Required Methods§

Implementors§