Struct gstreamer_pbutils::DiscovererAudioInfo[]

pub struct DiscovererAudioInfo(_, _);

DiscovererStreamInfo specific to audio streams.

Implements

DiscovererStreamInfoExt, glib::object::ObjectExt

Methods

impl DiscovererAudioInfo
[src]

Returns

the average or nominal bitrate of the stream in bits/second.

Feature: v1_14

Returns

the channel-mask of the stream, refer to gst_audio_channel_positions_from_mask for more information.

Returns

the number of channels in the stream.

Returns

the number of bits used per sample in each channel.

Returns

the language of the stream, or NULL if unknown.

Returns

the maximum bitrate of the stream in bits/second.

Returns

the sample rate of the stream in Hertz.

Trait Implementations

impl Clone for DiscovererAudioInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for DiscovererAudioInfo

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for DiscovererAudioInfo

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for DiscovererAudioInfo

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for DiscovererAudioInfo

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

This method tests for !=.

impl Eq for DiscovererAudioInfo

impl<T: IsA<Object>> PartialOrd<T> for DiscovererAudioInfo

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for DiscovererAudioInfo

Formats the value using the given formatter. Read more

impl IsA<DiscovererStreamInfo> for DiscovererAudioInfo

impl IsA<Object> for DiscovererAudioInfo

impl Send for DiscovererAudioInfo
[src]

impl Sync for DiscovererAudioInfo
[src]