Struct gstreamer_audio::AudioFormatInfo[][src]

pub struct AudioFormatInfo(_);

Information for an audio format.

Methods

impl AudioFormatInfo
[src]

Important traits for &'a [u8]

Trait Implementations

impl Sync for AudioFormatInfo
[src]

impl Send for AudioFormatInfo
[src]

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

impl Debug for AudioFormatInfo
[src]

Formats the value using the given formatter. Read more

impl Display for AudioFormatInfo
[src]

Formats the value using the given formatter. Read more

impl FromStr for AudioFormatInfo
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<AudioFormat> for AudioFormatInfo
[src]

Performs the conversion.

impl StaticType for AudioFormatInfo
[src]

Returns the type identifier of Self.