Class: Google::Cloud::Video::Transcoder::V1beta1::AudioStream::AudioAtom::AudioChannel::AudioChannelInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Identifies which input file, track, and channel should be used.

Instance Attribute Summary collapse

Instance Attribute Details

#channel::Integer

Returns Required. The zero-based index of the channel in the input file.

Returns:

  • (::Integer)

    Required. The zero-based index of the channel in the input file.



878
879
880
881
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 878

class AudioChannelInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gain_db::Float

Returns Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.

Returns:

  • (::Float)

    Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.



878
879
880
881
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 878

class AudioChannelInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key::String

Returns Required. The Input.key that identifies the input file.

Returns:

  • (::String)

    Required. The Input.key that identifies the input file.



878
879
880
881
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 878

class AudioChannelInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#track::Integer

Returns Required. The zero-based index of the track in the input file.

Returns:

  • (::Integer)

    Required. The zero-based index of the track in the input file.



878
879
880
881
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 878

class AudioChannelInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end