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.voidsetStreamIdentifier(String streamIdentifier) set Stream identifier.voidsetTrackIds(List<String> trackIds) set This is the id of the stats object, not the track.id.Methods inherited from class Stats
getId, getTimestampMillis, getType, setId, setTimestampMillis, setType
-
Constructor Details
-
RTCMediaStreamStats
protected RTCMediaStreamStats()Default private constructor of RTCMediaStreamStats for serialization with Jackson -
RTCMediaStreamStats
-
-
Method Details
-
getStreamIdentifier
get Stream identifier. -
setStreamIdentifier
set Stream identifier. -
getTrackIds
-
setTrackIds
-