Class: Google::Cloud::Video::Transcoder::V1::AudioStream::AudioMapping

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

Overview

The mapping for the Job.edit_list atoms with audio EditAtom.inputs.

Instance Attribute Summary collapse

Instance Attribute Details

#atom_key::String

Returns Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.

Returns:

  • (::String)

    Required. The EditAtom.key that references the atom with audio inputs in the Job.edit_list.



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

class AudioMapping
  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.



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

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

#input_channel::Integer

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

Returns:

  • (::Integer)

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



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

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

#input_key::String

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

Returns:

  • (::String)

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



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

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

#input_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.



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

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

#output_channel::Integer

Returns Required. The zero-based index of the channel in the output audio stream.

Returns:

  • (::Integer)

    Required. The zero-based index of the channel in the output audio stream.



1324
1325
1326
1327
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1324

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