Package org.kurento.client
Class RTCMediaStreamStats
java.lang.Object
org.kurento.client.Stats
org.kurento.client.RTCStats
org.kurento.client.RTCMediaStreamStats
Statistics related to the media stream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget Stream identifier.get This is the id of the stats object, not the track.id.void
setStreamIdentifier
(String streamIdentifier) set Stream identifier.void
setTrackIds
(List<String> trackIds) set This is the id of the stats object, not the track.id.Methods inherited from class org.kurento.client.Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
RTCMediaStreamStats
protected RTCMediaStreamStats()Default private constructor of RTCMediaStreamStats for serialization with Jackson -
RTCMediaStreamStats
public RTCMediaStreamStats(String id, StatsType type, long timestampMillis, String streamIdentifier, List<String> trackIds) Create a RTCMediaStreamStats
-
-
Method Details
-
getStreamIdentifier
get Stream identifier. -
setStreamIdentifier
set Stream identifier. -
getTrackIds
get This is the id of the stats object, not the track.id. -
setTrackIds
set This is the id of the stats object, not the track.id.
-