Class VideoStream (2.0.0)

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

Video stream resource.

Inheritance

Object > VideoStream

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

VideoStream()

public VideoStream()

VideoStream(VideoStream)

public VideoStream(VideoStream other)
Parameter
NameDescription
otherVideoStream

Properties

CodecSettingsCase

public VideoStream.CodecSettingsOneofCase CodecSettingsCase { get; }
Property Value
TypeDescription
VideoStream.CodecSettingsOneofCase

H264

public VideoStream.Types.H264CodecSettings H264 { get; set; }

H264 codec settings.

Property Value
TypeDescription
VideoStream.Types.H264CodecSettings

H265

public VideoStream.Types.H265CodecSettings H265 { get; set; }

H265 codec settings.

Property Value
TypeDescription
VideoStream.Types.H265CodecSettings

Vp9

public VideoStream.Types.Vp9CodecSettings Vp9 { get; set; }

VP9 codec settings.

Property Value
TypeDescription
VideoStream.Types.Vp9CodecSettings