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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MonitorStreamInfo() |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Long getBroadcastStreamDelayMs()
null
.public MonitorStreamInfo setBroadcastStreamDelayMs(Long broadcastStreamDelayMs)
null
.public String getEmbedHtml()
null
.public MonitorStreamInfo setEmbedHtml(String embedHtml)
null
.public Boolean getEnableMonitorStream()
null
.public MonitorStreamInfo setEnableMonitorStream(Boolean enableMonitorStream)
null
.