Package io.antmedia.rest
Class RestServiceBase.AppBroadcastStatistics
java.lang.Object
io.antmedia.rest.RestServiceBase.BroadcastStatistics
io.antmedia.rest.RestServiceBase.AppBroadcastStatistics
- Enclosing class:
- RestServiceBase
-
Field Summary
Fields inherited from class io.antmedia.rest.RestServiceBase.BroadcastStatistics
totalDASHWatchersCount, totalHLSWatchersCount, totalRTMPWatchersCount, totalWebRTCWatchersCount
-
Constructor Summary
ConstructorDescriptionAppBroadcastStatistics
(int totalRTMPWatchersCount, int totalHLSWatchersCount, int totalWebRTCWatchersCount, int totalDASHWatchersCount, int activeLiveStreamCount) -
Method Summary
-
Field Details
-
activeLiveStreamCount
public final int activeLiveStreamCount
-
-
Constructor Details
-
AppBroadcastStatistics
public AppBroadcastStatistics(int totalRTMPWatchersCount, int totalHLSWatchersCount, int totalWebRTCWatchersCount, int totalDASHWatchersCount, int activeLiveStreamCount)
-