Transcoder v1 API - Class VideoStream (2.7.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
NameDescription
otherVideoStream

Properties

CodecSettingsCase

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

H264

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

H264 codec settings.

Property Value
TypeDescription
VideoStreamTypesH264CodecSettings

H265

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

H265 codec settings.

Property Value
TypeDescription
VideoStreamTypesH265CodecSettings

Vp9

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

VP9 codec settings.

Property Value
TypeDescription
VideoStreamTypesVp9CodecSettings