Show / Hide Table of Contents

Class VideoStream

Video stream resource.

Inheritance
object
VideoStream
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX