Package io.antmedia.analytic.model
Class ViewerCountEvent
java.lang.Object
io.antmedia.analytic.model.AnalyticEvent
io.antmedia.analytic.model.ViewerCountEvent
-
Field Summary
FieldsFields inherited from class io.antmedia.analytic.model.AnalyticEvent
LOG_SOURCE_CLIENT, LOG_SOURCE_SERVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetDashViewerCount(int dashViewerCount) voidsetHlsViewerCount(int hlsViewerCount) voidsetWebRTCViewerCount(int webRTCViewerCount) Methods inherited from class io.antmedia.analytic.model.AnalyticEvent
getApp, getEvent, getLogSource, getStreamId, getSubscriberId, getTimeMs, getToken, setApp, setEvent, setLogSource, setStreamId, setSubscriberId, setTimeMs, setToken
-
Field Details
-
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)
-