class Google::Apis::TranscoderV1beta1::AudioAtom
The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
Attributes
channels[RW]
List of `Channel`s for this audio stream. for in-depth explanation. Corresponds to the JSON property `channels` @return [Array<Google::Apis::TranscoderV1beta1::AudioChannel>]
key[RW]
Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`. Corresponds to the JSON property `key` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 236 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 241 def update!(**args) @channels = args[:channels] if args.key?(:channels) @key = args[:key] if args.key?(:key) end