Class: Google::Cloud::Video::LiveStream::V1::AudioStream::AudioMapping
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::AudioStream::AudioMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/outputs.rb
Overview
The mapping for the input streams and audio channels.
Instance Attribute Summary collapse
-
#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
#gain_db ⇒ ::Float
463 464 465 466 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 463 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_channel ⇒ ::Integer
463 464 465 466 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 463 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_key ⇒ ::String
463 464 465 466 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 463 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_track ⇒ ::Integer
463 464 465 466 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 463 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_channel ⇒ ::Integer
463 464 465 466 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 463 class AudioMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |