Show / Hide Table of Contents

Class Transcode

Represents information about the transcoded audio or video file.

Inheritance
object
Transcode
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.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class Transcode : IDirectResponseSchema

Properties

AudioBitRateKbps

Optional. The bit rate for the audio stream of the transcoded video, or the bit rate for the transcoded audio, in kilobits per second.

Declaration
[JsonProperty("audioBitRateKbps")]
public virtual long? AudioBitRateKbps { get; set; }
Property Value
Type Description
long?

AudioSampleRateHz

Optional. The sample rate for the audio stream of the transcoded video, or the sample rate for the transcoded audio, in hertz.

Declaration
[JsonProperty("audioSampleRateHz")]
public virtual long? AudioSampleRateHz { get; set; }
Property Value
Type Description
long?

BitRateKbps

Optional. The transcoding bit rate of the transcoded video, in kilobits per second.

Declaration
[JsonProperty("bitRateKbps")]
public virtual long? BitRateKbps { get; set; }
Property Value
Type Description
long?

Dimensions

Optional. The dimensions of the transcoded video.

Declaration
[JsonProperty("dimensions")]
public virtual Dimensions Dimensions { get; set; }
Property Value
Type Description
Dimensions

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileSizeBytes

Optional. The size of the transcoded file, in bytes.

Declaration
[JsonProperty("fileSizeBytes")]
public virtual long? FileSizeBytes { get; set; }
Property Value
Type Description
long?

FrameRate

Optional. The frame rate of the transcoded video, in frames per second.

Declaration
[JsonProperty("frameRate")]
public virtual float? FrameRate { get; set; }
Property Value
Type Description
float?

MimeType

Optional. The MIME type of the transcoded file.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Name

Optional. The name of the transcoded file.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Transcoded

Optional. Indicates if the transcoding was successful.

Declaration
[JsonProperty("transcoded")]
public virtual bool? Transcoded { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX