Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::InputStreamProperty.
Properties of the input stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio_streams
def audio_streams() -> ::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>
Returns
- (::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>) — Properties of the audio streams.
#audio_streams=
def audio_streams=(value) -> ::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>
Parameter
- value (::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>) — Properties of the audio streams.
Returns
- (::Array<::Google::Cloud::Video::LiveStream::V1::AudioStreamProperty>) — Properties of the audio streams.
#last_establish_time
def last_establish_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time that the current input stream is accepted and the connection is established.
#last_establish_time=
def last_establish_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time that the current input stream is accepted and the connection is established.
Returns
- (::Google::Protobuf::Timestamp) — The time that the current input stream is accepted and the connection is established.
#video_streams
def video_streams() -> ::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>
Returns
- (::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>) — Properties of the video streams.
#video_streams=
def video_streams=(value) -> ::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>
Parameter
- value (::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>) — Properties of the video streams.
Returns
- (::Array<::Google::Cloud::Video::LiveStream::V1::VideoStreamProperty>) — Properties of the video streams.