public final class MonitorStreamInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
MonitorStreamInfo() |
Modifier and Type | Method and Description |
---|---|
MonitorStreamInfo |
clone() |
java.lang.Long |
getBroadcastStreamDelayMs()
If you have set the enableMonitorStream property to true, then this property determines the
length of the live broadcast delay.
|
java.lang.String |
getEmbedHtml()
HTML code that embeds a player that plays the monitor stream.
|
java.lang.Boolean |
getEnableMonitorStream()
This value determines whether the monitor stream is enabled for the broadcast.
|
MonitorStreamInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
MonitorStreamInfo |
setBroadcastStreamDelayMs(java.lang.Long broadcastStreamDelayMs)
If you have set the enableMonitorStream property to true, then this property determines the
length of the live broadcast delay.
|
MonitorStreamInfo |
setEmbedHtml(java.lang.String embedHtml)
HTML code that embeds a player that plays the monitor stream.
|
MonitorStreamInfo |
setEnableMonitorStream(java.lang.Boolean enableMonitorStream)
This value determines whether the monitor stream is enabled for the broadcast.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Long getBroadcastStreamDelayMs()
null
for nonepublic MonitorStreamInfo setBroadcastStreamDelayMs(java.lang.Long broadcastStreamDelayMs)
broadcastStreamDelayMs
- broadcastStreamDelayMs or null
for nonepublic java.lang.String getEmbedHtml()
null
for nonepublic MonitorStreamInfo setEmbedHtml(java.lang.String embedHtml)
embedHtml
- embedHtml or null
for nonepublic java.lang.Boolean getEnableMonitorStream()
null
for nonepublic MonitorStreamInfo setEnableMonitorStream(java.lang.Boolean enableMonitorStream)
enableMonitorStream
- enableMonitorStream or null
for nonepublic MonitorStreamInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public MonitorStreamInfo clone()
clone
in class com.google.api.client.json.GenericJson