Package io.antmedia.analytic.model
Class PublishStartedEvent
java.lang.Object
io.antmedia.analytic.model.AnalyticEvent
io.antmedia.analytic.model.PublishStartedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
static final String
private int
private String
private String
private int
Fields inherited from class io.antmedia.analytic.model.AnalyticEvent
LOG_SOURCE_CLIENT, LOG_SOURCE_SERVER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getWidth()
void
setAudioCodec
(String audioCodec) void
setHeight
(int height) void
setProtocol
(String protocol) void
setVideoCodec
(String videoCodec) void
setWidth
(int width) Methods inherited from class io.antmedia.analytic.model.AnalyticEvent
getApp, getEvent, getLogSource, getStreamId, getTimeMs, getToken, setApp, setEvent, setLogSource, setStreamId, setTimeMs, setToken
-
Field Details
-
EVENT_PUBLISH_STARTED
- See Also:
-
height
private int height -
width
private int width -
videoCodec
-
audioCodec
-
protocol
-
-
Constructor Details
-
PublishStartedEvent
public PublishStartedEvent()
-
-
Method Details
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getVideoCodec
-
setVideoCodec
-
getAudioCodec
-
setAudioCodec
-
getProtocol
-
setProtocol
-