GoogleApi.Transcoder.V1beta1.Model.AudioAtom (google_api_transcoder v0.4.2)
View SourceThe mapping for the Job.edit_list
atoms with audio EditAtom.inputs
.
Attributes
-
channels
(type:list(GoogleApi.Transcoder.V1beta1.Model.AudioChannel.t)
, default:nil
) - List ofChannel
s for this audio stream. for in-depth explanation. -
key
(type:String.t
, default:nil
) - Required. TheEditAtom.key
that references the atom with audio inputs in theJob.edit_list
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1beta1.Model.AudioAtom{ channels: [GoogleApi.Transcoder.V1beta1.Model.AudioChannel.t()] | nil, key: String.t() | nil }