Show / Hide Table of Contents

Class MonitorStreamInfo

Settings and Info of the monitor stream

Inheritance
object
MonitorStreamInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class MonitorStreamInfo : IDirectResponseSchema

Properties

BroadcastStreamDelayMs

If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.

Declaration
[JsonProperty("broadcastStreamDelayMs")]
public virtual long? BroadcastStreamDelayMs { get; set; }
Property Value
Type Description
long?

EmbedHtml

HTML code that embeds a player that plays the monitor stream.

Declaration
[JsonProperty("embedHtml")]
public virtual string EmbedHtml { get; set; }
Property Value
Type Description
string

EnableMonitorStream

This value determines whether the monitor stream is enabled for the broadcast. If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. You need to set this value to true if you intend to have a broadcast delay for your event. Note: This property cannot be updated once the broadcast is in the testing or live state.

Declaration
[JsonProperty("enableMonitorStream")]
public virtual bool? EnableMonitorStream { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX