Package io.antmedia.rest
Class RestServiceBase.BroadcastStatistics
java.lang.Object
io.antmedia.rest.RestServiceBase.BroadcastStatistics
- Direct Known Subclasses:
RestServiceBase.AppBroadcastStatistics
- Enclosing class:
- RestServiceBase
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final int
final int
final int
-
Constructor Summary
ConstructorDescriptionBroadcastStatistics
(int totalRTMPWatchersCount, int totalHLSWatchersCount, int totalWebRTCWatchersCount, int totalDASHWatchersCount) -
Method Summary
-
Field Details
-
totalRTMPWatchersCount
public final int totalRTMPWatchersCount -
totalHLSWatchersCount
public final int totalHLSWatchersCount -
totalWebRTCWatchersCount
public final int totalWebRTCWatchersCount -
totalDASHWatchersCount
public final int totalDASHWatchersCount
-
-
Constructor Details
-
BroadcastStatistics
public BroadcastStatistics(int totalRTMPWatchersCount, int totalHLSWatchersCount, int totalWebRTCWatchersCount, int totalDASHWatchersCount)
-