Class ViewerCountEvent

java.lang.Object
io.antmedia.analytic.model.AnalyticEvent
io.antmedia.analytic.model.ViewerCountEvent

public class ViewerCountEvent extends AnalyticEvent
  • Field Details

    • EVENT_VIEWER_COUNT

      public static final String EVENT_VIEWER_COUNT
      See Also:
    • dashViewerCount

      private int dashViewerCount
    • hlsViewerCount

      private int hlsViewerCount
    • webRTCViewerCount

      private int webRTCViewerCount
  • Constructor Details

    • ViewerCountEvent

      public ViewerCountEvent()
  • Method Details

    • getDashViewerCount

      public int getDashViewerCount()
    • setDashViewerCount

      public void setDashViewerCount(int dashViewerCount)
    • getHlsViewerCount

      public int getHlsViewerCount()
    • setHlsViewerCount

      public void setHlsViewerCount(int hlsViewerCount)
    • getWebRTCViewerCount

      public int getWebRTCViewerCount()
    • setWebRTCViewerCount

      public void setWebRTCViewerCount(int webRTCViewerCount)