public sealed class VideoStreamProperty : IMessage<VideoStreamProperty>, IEquatable<VideoStreamProperty>, IDeepCloneable<VideoStreamProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class VideoStreamProperty.
Properties of the video stream.
Implements
IMessageVideoStreamProperty, IEquatableVideoStreamProperty, IDeepCloneableVideoStreamProperty, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
VideoStreamProperty()
public VideoStreamProperty()
VideoStreamProperty(VideoStreamProperty)
public VideoStreamProperty(VideoStreamProperty other)
Parameter | |
---|---|
Name | Description |
other |
VideoStreamProperty |
Properties
Index
public int Index { get; set; }
Index of this video stream.
Property Value | |
---|---|
Type | Description |
int |
VideoFormat
public VideoFormat VideoFormat { get; set; }
Properties of the video format.
Property Value | |
---|---|
Type | Description |
VideoFormat |