Struct gstreamer_video::VideoInfo[][src]

pub struct VideoInfo(_);

Information describing image properties. This information can be filled in from GstCaps with VideoInfo::from_caps. The information is also used to store the specific video info when mapping a video frame with VideoFrame::map.

Use the provided macros to access the info in this structure.

Methods

impl VideoInfo
[src]

Allocate a new VideoInfo that is also initialized with VideoInfo::init.

Returns

a new VideoInfo. free with VideoInfo::free.

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

impl Debug for VideoInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VideoInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VideoInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VideoInfo
[src]

impl Send for VideoInfo
[src]

impl StaticType for VideoInfo
[src]

Returns the type identifier of Self.

Auto Trait Implementations

impl !Sync for VideoInfo