public class RTCMediaStreamStats extends RTCStats
| Constructor and Description |
|---|
RTCMediaStreamStats(String id,
StatsType type,
double timestamp,
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, getType, setId, setTimestamp, setTypeCopyright © 2015 Kurento. All rights reserved.