Live Stream v1 API - Class VideoFormat (1.1.0)

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

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

Properties of the video format.

Inheritance

Object > VideoFormat

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

VideoFormat()

public VideoFormat()

VideoFormat(VideoFormat)

public VideoFormat(VideoFormat other)
Parameter
NameDescription
otherVideoFormat

Properties

Codec

public string Codec { get; set; }

Video codec used in this video stream.

Property Value
TypeDescription
String

FrameRate

public double FrameRate { get; set; }

The frame rate of the input video stream.

Property Value
TypeDescription
Double

HeightPixels

public int HeightPixels { get; set; }

The height of the video stream in pixels.

Property Value
TypeDescription
Int32

WidthPixels

public int WidthPixels { get; set; }

The width of the video stream in pixels.

Property Value
TypeDescription
Int32