Class VideoFileDetailsAudioStream
Information about an audio stream.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoFileDetailsAudioStream : IDirectResponseSchemaProperties
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 |