Class: Google::Cloud::Video::LiveStream::V1::InputStreamProperty

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

Instance Attribute Summary collapse

Instance Attribute Details

#audio_streams::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>

Returns Properties of the audio streams.

Returns:



412
413
414
415
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 412

class InputStreamProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_establish_time::Google::Protobuf::Timestamp

Returns The time that the current input stream is accepted and the connection is established.

Returns:



412
413
414
415
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 412

class InputStreamProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#video_streams::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>

Returns Properties of the video streams.

Returns:



412
413
414
415
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 412

class InputStreamProperty
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end