Class: Google::Apis::TranscoderV1beta1::AudioChannel
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1beta1::AudioChannel
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/transcoder_v1beta1/classes.rb,
generated/google/apis/transcoder_v1beta1/representations.rb,
generated/google/apis/transcoder_v1beta1/representations.rb
Overview
The audio channel.
Instance Attribute Summary collapse
-
#inputs ⇒ Array<Google::Apis::TranscoderV1beta1::AudioChannelInput>
List of
Job.inputs
for this audio channel.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AudioChannel
constructor
A new instance of AudioChannel.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AudioChannel
Returns a new instance of AudioChannel.
256 257 258 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 256 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Array<Google::Apis::TranscoderV1beta1::AudioChannelInput>
List of Job.inputs
for this audio channel.
Corresponds to the JSON property inputs
254 255 256 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 254 def inputs @inputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
261 262 263 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 261 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end |