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

View Source

Identifies which input file, track, and channel should be used.

Attributes

  • channel (type: integer(), default: nil) - Required. The zero-based index of the channel in the input file.
  • gainDb (type: float(), default: nil) - Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
  • key (type: String.t, default: nil) - Required. The Input.key that identifies the input file.
  • track (type: integer(), default: nil) - Required. The zero-based index of the track in the input file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.AudioChannelInput{
  channel: integer() | nil,
  gainDb: float() | nil,
  key: String.t() | nil,
  track: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.