Show / Hide Table of Contents

Class YouTubeBroadcastSessionInfo

Information about a YouTube broadcast session.

Inheritance
System.Object
YouTubeBroadcastSessionInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class YouTubeBroadcastSessionInfo : IDirectResponseSchema

Properties

BroadcastStats

Current broadcast session's statistics.

Declaration
[JsonProperty("broadcastStats")]
public virtual YouTubeBroadcastStats BroadcastStats { get; set; }
Property Value
Type Description
YouTubeBroadcastStats

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

SessionStateInfo

YouTube broadcast session's state information.

Declaration
[JsonProperty("sessionStateInfo")]
public virtual SessionStateInfo SessionStateInfo { get; set; }
Property Value
Type Description
SessionStateInfo

YouTubeBroadcastSessionId

A unique server-generated ID for the broadcast session.

Declaration
[JsonProperty("youTubeBroadcastSessionId")]
public virtual string YouTubeBroadcastSessionId { get; set; }
Property Value
Type Description
System.String

YouTubeLiveBroadcastEvent

The YouTube Live broadcast event that is being streamed to.

Declaration
[JsonProperty("youTubeLiveBroadcastEvent")]
public virtual YouTubeLiveBroadcastEvent YouTubeLiveBroadcastEvent { get; set; }
Property Value
Type Description
YouTubeLiveBroadcastEvent

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top