public sealed class VideoFormat : IMessage<VideoFormat>, IEquatable<VideoFormat>, IDeepCloneable<VideoFormat>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class VideoFormat.
Properties of the video format.
Implements
IMessage<VideoFormat>, IEquatable<VideoFormat>, IDeepCloneable<VideoFormat>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
VideoFormat()
public VideoFormat()VideoFormat(VideoFormat)
public VideoFormat(VideoFormat other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoFormat |
Properties
Codec
public string Codec { get; set; }Video codec used in this video stream.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FrameRate
public double FrameRate { get; set; }The frame rate of the input video stream.
| Property Value | |
|---|---|
| Type | Description |
Double |
|
HeightPixels
public int HeightPixels { get; set; }The height of the video stream in pixels.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
WidthPixels
public int WidthPixels { get; set; }The width of the video stream in pixels.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|