GoogleApi.YouTube.V3.Model.VideoFileDetailsAudioStream (google_api_you_tube v0.54.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.