Class VideoStream
Video stream resource.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class VideoStream : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
H264
H264 codec settings.
Declaration
[JsonProperty("h264")]
public virtual H264CodecSettings H264 { get; set; }
Property Value
Type | Description |
---|---|
H264CodecSettings |
H265
H265 codec settings.
Declaration
[JsonProperty("h265")]
public virtual H265CodecSettings H265 { get; set; }
Property Value
Type | Description |
---|---|
H265CodecSettings |
Vp9
VP9 codec settings.
Declaration
[JsonProperty("vp9")]
public virtual Vp9CodecSettings Vp9 { get; set; }
Property Value
Type | Description |
---|---|
Vp9CodecSettings |