Class: Google::Cloud::Video::LiveStream::V1::AudioStreamProperty

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 stream.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_format::Google::Cloud::Video::LiveStream::V1::AudioFormat

Returns Properties of the audio format.

Returns:



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.

Returns:

  • (::Integer)

    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