Struct gstreamer_audio::AudioInfo[][src]

pub struct AudioInfo(_, _);

Information describing audio properties. This information can be filled in from GstCaps with AudioInfo::from_caps.

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

Methods

impl AudioInfo
[src]

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

Returns

a new AudioInfo. free with AudioInfo::free.

Parse caps and update self.

caps

a gst::Caps

Returns

TRUE if caps could be parsed

Trait Implementations

impl Debug for AudioInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for AudioInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AudioInfo
[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 AudioInfo
[src]

impl Send for AudioInfo
[src]

impl StaticType for AudioInfo
[src]

Returns the type identifier of Self.

Auto Trait Implementations

impl !Sync for AudioInfo