Struct google_youtube3::VideoFileDetailsAudioStream [] [src]

pub struct VideoFileDetailsAudioStream {
    pub bitrate_bps: Option<String>,
    pub codec: Option<String>,
    pub vendor: Option<String>,
    pub channel_count: Option<u32>,
}

Information about an audio stream.

This type is not used in any activity, and only used as part of another schema.

Fields

The audio stream's bitrate, in bits per second.

The audio codec that the stream uses.

A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.

The number of audio channels that the stream contains.

Trait Implementations

impl Default for VideoFileDetailsAudioStream
[src]

Returns the "default value" for a type. Read more

impl Clone for VideoFileDetailsAudioStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoFileDetailsAudioStream
[src]

Formats the value using the given formatter.

impl Part for VideoFileDetailsAudioStream
[src]