public class StatsReport extends Object
Modifier and Type | Method and Description |
---|---|
List<AudioTrackStats> |
getAudioTrackStats()
Returns stats for all remote audio tracks in the peer connection.
|
List<LocalAudioTrackStats> |
getLocalAudioTrackStats()
Returns stats for all local audio tracks in the peer connection.
|
List<LocalVideoTrackStats> |
getLocalVideoTrackStats()
Returns stats for all local video tracks in the peer connection.
|
String |
getPeerConnectionId()
Returns the id of peer connection related to this report.
|
List<VideoTrackStats> |
getVideoTrackStats()
Returns stats for all remote video tracks in the peer connection.
|
public String getPeerConnectionId()
public List<LocalAudioTrackStats> getLocalAudioTrackStats()
public List<LocalVideoTrackStats> getLocalVideoTrackStats()
public List<AudioTrackStats> getAudioTrackStats()
public List<VideoTrackStats> getVideoTrackStats()