Class: Google::Cloud::Video::LiveStream::V1::InputStreamProperty
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::InputStreamProperty
- 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
-
#audio_streams ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>
Properties of the audio streams.
-
#last_establish_time ⇒ ::Google::Protobuf::Timestamp
The time that the current input stream is accepted and the connection is established.
-
#video_streams ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>
Properties of the video streams.
Instance Attribute Details
#audio_streams ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>
Returns Properties of the audio streams.
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.
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.
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 |