| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
LiveBroadcastStatistics |
LiveBroadcastStatistics.clone() |
LiveBroadcastStatistics |
LiveBroadcast.getStatistics()
The statistics object contains info about the event's current stats.
|
LiveBroadcastStatistics |
LiveBroadcastStatistics.set(java.lang.String fieldName,
java.lang.Object value) |
LiveBroadcastStatistics |
LiveBroadcastStatistics.setConcurrentViewers(java.math.BigInteger concurrentViewers)
The number of viewers currently watching the broadcast.
|
LiveBroadcastStatistics |
LiveBroadcastStatistics.setTotalChatCount(java.math.BigInteger totalChatCount)
The total number of live chat messages currently on the broadcast.
|
| Modifier and Type | Method and Description |
|---|---|
LiveBroadcast |
LiveBroadcast.setStatistics(LiveBroadcastStatistics statistics)
The statistics object contains info about the event's current stats.
|