Class AudioTrackSnippet
Basic details about an AudioTrack, such as its video, language, and status.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class AudioTrackSnippet : IDirectResponseSchema
Properties
ContentType
The content type of the audio (e.g., "dubbed", "descriptive").
Declaration
[JsonProperty("contentType")]
public virtual string ContentType { 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 |
FailureReason
If the status is "FAILED", this provides a reason for the failure.
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Language
The BCP-47 language code of this AudioTrack.
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The current status of this AudioTrack.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp of the last update.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoId
The external YouTube video ID this AudioTrack belongs to.
Declaration
[JsonProperty("videoId")]
public virtual string VideoId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |