Live Stream v1 API - Class InputStreamProperty (1.5.0)

public sealed class InputStreamProperty : IMessage<InputStreamProperty>, IEquatable<InputStreamProperty>, IDeepCloneable<InputStreamProperty>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class InputStreamProperty.

Properties of the input stream.

Inheritance

object > InputStreamProperty

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

InputStreamProperty()

public InputStreamProperty()

InputStreamProperty(InputStreamProperty)

public InputStreamProperty(InputStreamProperty other)
Parameter
NameDescription
otherInputStreamProperty

Properties

AudioStreams

public RepeatedField<AudioStreamProperty> AudioStreams { get; }

Properties of the audio streams.

Property Value
TypeDescription
RepeatedFieldAudioStreamProperty

LastEstablishTime

public Timestamp LastEstablishTime { get; set; }

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

Property Value
TypeDescription
Timestamp

VideoStreams

public RepeatedField<VideoStreamProperty> VideoStreams { get; }

Properties of the video streams.

Property Value
TypeDescription
RepeatedFieldVideoStreamProperty