Class: Google::Cloud::Video::Transcoder::V1::AudioStream::AudioMapping
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::AudioStream::AudioMapping
- 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
-
#atom_key ⇒ ::String
Required.
-
#gain_db ⇒ ::Float
Audio volume control in dB.
-
#input_channel ⇒ ::Integer
Required.
-
#input_key ⇒ ::String
Required.
-
#input_track ⇒ ::Integer
Required.
-
#output_channel ⇒ ::Integer
Required.
Instance Attribute Details
#atom_key ⇒ ::String
Returns Required. The EditAtom.key that references the atom with audio inputs
in the Job.edit_list.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 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.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 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.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 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.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 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.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 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.
1366 1367 1368 1369 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1366 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |