Package io.antmedia.datastore.db.types
Class SubscriberStats
java.lang.Object
io.antmedia.datastore.db.types.SubscriberStats
Deprecated.
Use Connection Event and Subscriber class instead of this class. No need to use this class anymore
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
Deprecated.The average audio bitrate for a subscriber.private long
Deprecated.The average video bitrate for a subscriber.private List<ConnectionEvent>
Deprecated, for removal: This API element is subject to removal in a future version.private String
Deprecated.The related streamId with the subscriber.private String
Deprecated.The subscriber id to which this statistic belongs to. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConnectionEvent
(ConnectionEvent connectionEvent) Deprecated.long
Deprecated.long
Deprecated.Deprecated.Deprecated.Deprecated.void
setAvgAudioBitrate
(long avgAudioBitrate) Deprecated.void
setAvgVideoBitrate
(long avgVideoBitrate) Deprecated.void
setConnectionEvents
(List<ConnectionEvent> connectionEvents) Deprecated.void
setStreamId
(String streamId) Deprecated.void
setSubscriberId
(String subscriberId) Deprecated.
-
Field Details
-
subscriberId
Deprecated.The subscriber id to which this statistic belongs to. -
streamId
Deprecated.The related streamId with the subscriber. -
connectionEvents
Deprecated, for removal: This API element is subject to removal in a future version.The connection events happened for this subscriber. Use ConnectionEvent class instead of this field -
avgVideoBitrate
private long avgVideoBitrateDeprecated.The average video bitrate for a subscriber. -
avgAudioBitrate
private long avgAudioBitrateDeprecated.The average audio bitrate for a subscriber.
-
-
Constructor Details
-
SubscriberStats
public SubscriberStats()Deprecated.
-
-
Method Details
-
getSubscriberId
Deprecated. -
setSubscriberId
Deprecated. -
getStreamId
Deprecated. -
setStreamId
Deprecated. -
getConnectionEvents
Deprecated. -
setConnectionEvents
Deprecated. -
addConnectionEvent
Deprecated. -
setAvgVideoBitrate
public void setAvgVideoBitrate(long avgVideoBitrate) Deprecated. -
getAvgVideoBitrate
public long getAvgVideoBitrate()Deprecated. -
setAvgAudioBitrate
public void setAvgAudioBitrate(long avgAudioBitrate) Deprecated. -
getAvgAudioBitrate
public long getAvgAudioBitrate()Deprecated.
-