Class LiveBroadcastSnippet
Basic broadcast information.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveBroadcastSnippet : IDirectResponseSchema
Properties
ActualEndTime
The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("actualEndTime")]
public virtual string ActualEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ActualStartTime
The date and time that the broadcast actually started. This information is only available once the broadcast's state is live. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("actualStartTime")]
public virtual string ActualStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ChannelId
The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
The broadcast's description. As with the title, you can set this field by modifying the broadcast resource or by setting the description field of the corresponding video resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsDefaultBroadcast
Indicates whether this broadcast is the default broadcast. Internal only.
Declaration
[JsonProperty("isDefaultBroadcast")]
public virtual bool? IsDefaultBroadcast { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
LiveChatId
The id of the live chat for this broadcast.
Declaration
[JsonProperty("liveChatId")]
public virtual string LiveChatId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublishedAt
The date and time that the broadcast was added to YouTube's live broadcast schedule. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("publishedAt")]
public virtual string PublishedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ScheduledEndTime
The date and time that the broadcast is scheduled to end. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("scheduledEndTime")]
public virtual string ScheduledEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ScheduledStartTime
The date and time that the broadcast is scheduled to start. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("scheduledStartTime")]
public virtual string ScheduledStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Thumbnails
A map of thumbnail images associated with the broadcast. For each nested object in this object, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
Declaration
[JsonProperty("thumbnails")]
public virtual ThumbnailDetails Thumbnails { get; set; }
Property Value
| Type | Description |
|---|---|
| ThumbnailDetails |
Title
The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |