Class InputStreamProperty (1.0.3)

InputStreamProperty(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Properties of the input stream.

Attributes

NameDescription
last_establish_time google.protobuf.timestamp_pb2.Timestamp
The time that the current input stream is accepted and the connection is established.
video_streams Sequence[google.cloud.video.live_stream_v1.types.VideoStreamProperty]
Properties of the video streams.
audio_streams Sequence[google.cloud.video.live_stream_v1.types.AudioStreamProperty]
Properties of the audio streams.

Inheritance

builtins.object > proto.message.Message > InputStreamProperty