Class LiveBroadcast
A liveBroadcast resource represents an event that will be streamed, via live video, on YouTube.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveBroadcast : IDirectResponseSchemaProperties
ContentDetails
The contentDetails object contains information about the event's video content, such as whether the content can be shown in an embedded video player or if it will be archived and therefore available for viewing after the event has concluded.
Declaration
[JsonProperty("contentDetails")]
public virtual LiveBroadcastContentDetails ContentDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveBroadcastContentDetails | 
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 broadcast.
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#liveBroadcast".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MonetizationDetails
The monetizationDetails object contains information about the event's monetization details.
Declaration
[JsonProperty("monetizationDetails")]
public virtual LiveBroadcastMonetizationDetails MonetizationDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveBroadcastMonetizationDetails | 
Snippet
The snippet object contains basic details about the event, including its title, description, start time, and end time.
Declaration
[JsonProperty("snippet")]
public virtual LiveBroadcastSnippet Snippet { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveBroadcastSnippet | 
Statistics
The statistics object contains info about the event's current stats. These include concurrent viewers and total chat count. Statistics can change (in either direction) during the lifetime of an event. Statistics are only returned while the event is live.
Declaration
[JsonProperty("statistics")]
public virtual LiveBroadcastStatistics Statistics { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveBroadcastStatistics | 
Status
The status object contains information about the event's status.
Declaration
[JsonProperty("status")]
public virtual LiveBroadcastStatus Status { get; set; }Property Value
| Type | Description | 
|---|---|
| LiveBroadcastStatus |