Class: Google::Cloud::Video::LiveStream::V1::AudioFormat
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::AudioFormat
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Properties of the audio format.
Instance Attribute Summary collapse
-
#channel_count ⇒ ::Integer
The number of audio channels.
-
#channel_layout ⇒ ::Array<::String>
A list of channel names specifying the layout of the audio channels.
-
#codec ⇒ ::String
Audio codec used in this audio stream.
Instance Attribute Details
#channel_count ⇒ ::Integer
Returns The number of audio channels.
469 470 471 472 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 469 class AudioFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#channel_layout ⇒ ::Array<::String>
Returns A list of channel names specifying the layout of the audio channels.
469 470 471 472 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 469 class AudioFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#codec ⇒ ::String
Returns Audio codec used in this audio stream.
469 470 471 472 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 469 class AudioFormat include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |