Class: Google::Cloud::Video::LiveStream::V1::AudioStreamProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::AudioStreamProperty
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Properties of the audio stream.
Instance Attribute Summary collapse
-
#audio_format ⇒ ::Google::Cloud::Video::LiveStream::V1::AudioFormat
Properties of the audio format.
-
#index ⇒ ::Integer
Index of this audio stream.
Instance Attribute Details
#audio_format ⇒ ::Google::Cloud::Video::LiveStream::V1::AudioFormat
Returns Properties of the audio format.
454 455 456 457 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 454 class AudioStreamProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index ⇒ ::Integer
Returns Index of this audio stream.
454 455 456 457 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 454 class AudioStreamProperty include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |