GoogleApi.YouTube.V3.Model.VideoFileDetailsAudioStream (google_api_you_tube v0.38.0) View Source

Information about an audio stream.

Attributes

  • bitrateBps (type: String.t, default: nil) - The audio stream's bitrate, in bits per second.
  • channelCount (type: integer(), default: nil) - The number of audio channels that the stream contains.
  • codec (type: String.t, default: nil) - The audio codec that the stream uses.
  • vendor (type: String.t, default: nil) - A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.VideoFileDetailsAudioStream{
  bitrateBps: String.t() | nil,
  channelCount: integer() | nil,
  codec: String.t() | nil,
  vendor: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.