Class: Google::Apis::TranscoderV1beta1::AudioChannel

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#inputsArray<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