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.
Implements
IMessageInputStreamProperty, IEquatableInputStreamProperty, IDeepCloneableInputStreamProperty, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
InputStreamProperty()
public InputStreamProperty()
InputStreamProperty(InputStreamProperty)
public InputStreamProperty(InputStreamProperty other)
Parameter | |
---|---|
Name | Description |
other |
InputStreamProperty |
Properties
AudioStreams
public RepeatedField<AudioStreamProperty> AudioStreams { get; }
Properties of the audio streams.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAudioStreamProperty |
LastEstablishTime
public Timestamp LastEstablishTime { get; set; }
The time that the current input stream is accepted and the connection is established.
Property Value | |
---|---|
Type | Description |
Timestamp |
VideoStreams
public RepeatedField<VideoStreamProperty> VideoStreams { get; }
Properties of the video streams.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVideoStreamProperty |