Live Stream v1 API - Class VideoStreamProperty (1.5.0)

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.

Inheritance

object > VideoStreamProperty

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

VideoStreamProperty()

public VideoStreamProperty()

VideoStreamProperty(VideoStreamProperty)

public VideoStreamProperty(VideoStreamProperty other)
Parameter
NameDescription
otherVideoStreamProperty

Properties

Index

public int Index { get; set; }

Index of this video stream.

Property Value
TypeDescription
int

VideoFormat

public VideoFormat VideoFormat { get; set; }

Properties of the video format.

Property Value
TypeDescription
VideoFormat