GoogleApi.Transcoder.V1beta1.Model.AudioAtom (google_api_transcoder v0.4.2)

View Source

The mapping for the Job.edit_list atoms with audio EditAtom.inputs.

Attributes

  • channels (type: list(GoogleApi.Transcoder.V1beta1.Model.AudioChannel.t), default: nil) - List of Channels for this audio stream. for in-depth explanation.
  • key (type: String.t, default: nil) - Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.AudioAtom{
  channels: [GoogleApi.Transcoder.V1beta1.Model.AudioChannel.t()] | nil,
  key: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.