class Google::Apis::TranscoderV1beta1::AudioChannel
The audio channel.
Attributes
inputs[RW]
List of `Job.inputs` for this audio channel. Corresponds to the JSON property `inputs` @return [Array<Google::Apis::TranscoderV1beta1::AudioChannelInput>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/transcoder_v1beta1/classes.rb, line 256 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 261 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end