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.
Implements
IMessageVideoStream, IEquatableVideoStream, IDeepCloneableVideoStream, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
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 |