pub trait IsVideoFrame {
    // Required method
    fn as_raw(&self) -> &GstVideoFrame;
}

Required Methods§

Implementors§