Class: Google::Cloud::Video::LiveStream::V1::AudioFormat

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#channel_count::Integer

Returns The number of audio channels.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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