Live Stream v1 API - Class VideoFormat (1.6.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
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
int

WidthPixels

public int WidthPixels { get; set; }

The width of the video stream in pixels.

Property Value
Type Description
int