Struct gstreamer_video::video_frame::VideoFrame[][src]

pub struct VideoFrame<T>(_, _, _, _);

A video frame obtained from VideoFrame::map

Methods

impl<T> VideoFrame<T>
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

impl VideoFrame<Readable>
[src]

impl VideoFrame<Writable>
[src]

Trait Implementations

impl<T> Drop for VideoFrame<T>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> !Send for VideoFrame<T>

impl<T> !Sync for VideoFrame<T>