public class RTCMediaStreamStats extends RTCStats
Modifier | Constructor and Description |
---|---|
protected |
RTCMediaStreamStats()
Default private constructor of RTCMediaStreamStats for serialization with Jackson
|
|
RTCMediaStreamStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
String streamIdentifier,
List<String> trackIds)
Create a RTCMediaStreamStats
|
Modifier and Type | Method and Description |
---|---|
String |
getStreamIdentifier()
get Stream identifier.
|
List<String> |
getTrackIds()
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.
|
getId, getTimestamp, getTimestampMillis, getType, setId, setTimestamp, setTimestampMillis, setType
protected RTCMediaStreamStats()
Copyright © 2022 Kurento. All rights reserved.