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 v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonpublic MonitorStreamInfo clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.