Struct gstreamer_video::video_frame::VideoFrame [−][src]
pub struct VideoFrame<T> { /* fields omitted */ }
Expand description
A video frame obtained from from_buffer_readable()
Implementations
pub fn copy_plane(
&self,
dest: &mut VideoFrame<Writable>,
plane: u32
) -> Result<(), BoolError>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for VideoFrame<T> where
T: RefUnwindSafe,
impl<T> Unpin for VideoFrame<T> where
T: Unpin,
impl<T> UnwindSafe for VideoFrame<T> where
T: UnwindSafe,