Class RestServiceBase.BroadcastStatistics

java.lang.Object
io.antmedia.rest.RestServiceBase.BroadcastStatistics
Direct Known Subclasses:
RestServiceBase.AppBroadcastStatistics
Enclosing class:
RestServiceBase

public class RestServiceBase.BroadcastStatistics extends Object
  • 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)