Package io.antmedia.analytic.model
Class ViewerCountEvent
java.lang.Object
io.antmedia.analytic.model.AnalyticEvent
io.antmedia.analytic.model.ViewerCountEvent
-
Field Summary
Fields inherited from class io.antmedia.analytic.model.AnalyticEvent
LOG_SOURCE_CLIENT, LOG_SOURCE_SERVER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setDashViewerCount
(int dashViewerCount) void
setHlsViewerCount
(int hlsViewerCount) void
setWebRTCViewerCount
(int webRTCViewerCount) Methods inherited from class io.antmedia.analytic.model.AnalyticEvent
getApp, getEvent, getLogSource, getStreamId, getTimeMs, getToken, setApp, setEvent, setLogSource, setStreamId, 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)
-