Show / Hide Table of Contents

Class VideoFileDetailsAudioStream

Information about an audio stream.

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

Properties

BitrateBps

The audio stream's bitrate, in bits per second.

Declaration
[JsonProperty("bitrateBps")]
public virtual ulong? BitrateBps { get; set; }
Property Value
Type Description
ulong?

ChannelCount

The number of audio channels that the stream contains.

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

Codec

The audio codec that the stream uses.

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

ETag

The ETag of the item.

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

Vendor

A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX