public final class MonitorStreamInfo extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MonitorStreamInfo() |
Modifier and Type | Method and Description |
---|---|
MonitorStreamInfo |
clone() |
Long |
getBroadcastStreamDelayMs()
If you have set the enableMonitorStream property to true, then this property determines the
length of the live broadcast delay.
|
String |
getEmbedHtml()
HTML code that embeds a player that plays the monitor stream.
|
Boolean |
getEnableMonitorStream()
This value determines whether the monitor stream is enabled for the broadcast.
|
MonitorStreamInfo |
set(String fieldName,
Object value) |
MonitorStreamInfo |
setBroadcastStreamDelayMs(Long broadcastStreamDelayMs)
If you have set the enableMonitorStream property to true, then this property determines the
length of the live broadcast delay.
|
MonitorStreamInfo |
setEmbedHtml(String embedHtml)
HTML code that embeds a player that plays the monitor stream.
|
MonitorStreamInfo |
setEnableMonitorStream(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
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Long getBroadcastStreamDelayMs()
null
for nonepublic MonitorStreamInfo setBroadcastStreamDelayMs(Long broadcastStreamDelayMs)
broadcastStreamDelayMs
- broadcastStreamDelayMs or null
for nonepublic String getEmbedHtml()
null
for nonepublic MonitorStreamInfo setEmbedHtml(String embedHtml)
embedHtml
- embedHtml or null
for nonepublic Boolean getEnableMonitorStream()
null
for nonepublic MonitorStreamInfo setEnableMonitorStream(Boolean enableMonitorStream)
enableMonitorStream
- enableMonitorStream or null
for nonepublic MonitorStreamInfo set(String fieldName, Object value)
set
in class GenericJson
public MonitorStreamInfo clone()
clone
in class GenericJson