youtube  v3
Properties | List of all members
Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails Class Reference

Details about the live streaming metadata. More...

Inheritance diagram for Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string ActiveLiveChatId [get, set]
 The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page. More...
 
virtual string ActualEndTimeRaw [get, set]
 The time that the broadcast actually ended. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. This value will not be available until the broadcast is over. More...
 
virtual System.Nullable< System.DateTime > ActualEndTime [get, set]
 
See also
System.DateTime

representation of ActualEndTimeRaw. More...

 
virtual string ActualStartTimeRaw [get, set]
 The time that the broadcast actually started. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. This value will not be available until the broadcast begins. More...
 
virtual System.Nullable< System.DateTime > ActualStartTime [get, set]
 
See also
System.DateTime

representation of ActualStartTimeRaw. More...

 
virtual System.Nullable< ulong > ConcurrentViewers [get, set]
 The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended. More...
 
virtual string ScheduledEndTimeRaw [get, set]
 The time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely. More...
 
virtual System.Nullable< System.DateTime > ScheduledEndTime [get, set]
 
See also
System.DateTime

representation of ScheduledEndTimeRaw. More...

 
virtual string ScheduledStartTimeRaw [get, set]
 The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. More...
 
virtual System.Nullable< System.DateTime > ScheduledStartTime [get, set]
 
See also
System.DateTime

representation of ScheduledStartTimeRaw. More...

 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Details about the live streaming metadata.

Property Documentation

◆ ActiveLiveChatId

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ActiveLiveChatId
getset

The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.

◆ ActualEndTime

virtual System.Nullable<System.DateTime> Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ActualEndTime
getset

See also
System.DateTime

representation of ActualEndTimeRaw.

◆ ActualEndTimeRaw

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ActualEndTimeRaw
getset

The time that the broadcast actually ended. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. This value will not be available until the broadcast is over.

◆ ActualStartTime

virtual System.Nullable<System.DateTime> Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ActualStartTime
getset

See also
System.DateTime

representation of ActualStartTimeRaw.

◆ ActualStartTimeRaw

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ActualStartTimeRaw
getset

The time that the broadcast actually started. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. This value will not be available until the broadcast begins.

◆ ConcurrentViewers

virtual System.Nullable<ulong> Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ConcurrentViewers
getset

The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.

◆ ETag

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ETag
getset

The ETag of the item.

◆ ScheduledEndTime

virtual System.Nullable<System.DateTime> Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ScheduledEndTime
getset

See also
System.DateTime

representation of ScheduledEndTimeRaw.

◆ ScheduledEndTimeRaw

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ScheduledEndTimeRaw
getset

The time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.

◆ ScheduledStartTime

virtual System.Nullable<System.DateTime> Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ScheduledStartTime
getset

See also
System.DateTime

representation of ScheduledStartTimeRaw.

◆ ScheduledStartTimeRaw

virtual string Google.Apis.YouTube.v3.Data.VideoLiveStreamingDetails.ScheduledStartTimeRaw
getset

The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format.


The documentation for this class was generated from the following file: