Class LiveStream
A live stream describes a live ingestion point.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveStream : IDirectResponseSchemaProperties
Cdn
The cdn object defines the live stream's content delivery network (CDN) settings. These settings provide details about the manner in which you stream your content to YouTube.
Declaration
[JsonProperty("cdn")]
public virtual CdnSettings Cdn { get; set; }Property Value
| Type | Description | 
|---|---|
| CdnSettings | 
ContentDetails
The content_details object contains information about the stream, including the closed captions ingestion URL.
Declaration
[JsonProperty("contentDetails")]
public virtual LiveStreamContentDetails ContentDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveStreamContentDetails | 
ETag
Etag of this resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Id
The ID that YouTube assigns to uniquely identify the stream.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Kind
Identifies what kind of resource this is. Value: the fixed string "youtube#liveStream".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Snippet
The snippet object contains basic details about the stream, including its channel, title, and description.
Declaration
[JsonProperty("snippet")]
public virtual LiveStreamSnippet Snippet { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveStreamSnippet | 
Status
The status object contains information about live stream's status.
Declaration
[JsonProperty("status")]
public virtual LiveStreamStatus Status { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveStreamStatus |