Transcoder v1 API - Class VideoStream (2.9.0)

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

Reference documentation and code samples for the Transcoder v1 API class VideoStream.

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
Name Description
other VideoStream

Properties

CodecSettingsCase

public VideoStream.CodecSettingsOneofCase CodecSettingsCase { get; }
Property Value
Type Description
VideoStreamCodecSettingsOneofCase

H264

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

H264 codec settings.

Property Value
Type Description
VideoStreamTypesH264CodecSettings

H265

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

H265 codec settings.

Property Value
Type Description
VideoStreamTypesH265CodecSettings

Vp9

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

VP9 codec settings.

Property Value
Type Description
VideoStreamTypesVp9CodecSettings