-
get The type of this object.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
void
set The type of this object.
Create a RTCCertificateStats
RTCDataChannelStats(String id,
StatsType type,
long timestampMillis,
String label,
String protocol,
long datachannelid,
RTCDataChannelState state,
long messagesSent,
long bytesSent,
long messagesReceived,
long bytesReceived)
Create a RTCDataChannelStats
Create a RTCIceCandidateAttributes
RTCIceCandidatePairStats(String id,
StatsType type,
long timestampMillis,
String transportId,
String localCandidateId,
String remoteCandidateId,
RTCStatsIceCandidatePairState state,
long priority,
boolean nominated,
boolean writable,
boolean readable,
long bytesSent,
long bytesReceived,
double roundTripTime,
double availableOutgoingBitrate,
double availableIncomingBitrate)
Create a RTCIceCandidatePairStats
RTCInboundRTPStreamStats(String id,
StatsType type,
long timestampMillis,
String ssrc,
String associateStatsId,
boolean isRemote,
String mediaTrackId,
String transportId,
String codecId,
long firCount,
long pliCount,
long nackCount,
long sliCount,
long remb,
long packetsLost,
double fractionLost,
long packetsReceived,
long bytesReceived,
double jitter)
Create a RTCInboundRTPStreamStats
Create a RTCMediaStreamStats
RTCMediaStreamTrackStats(String id,
StatsType type,
long timestampMillis,
String trackIdentifier,
boolean remoteSource,
List<String> ssrcIds,
long frameWidth,
long frameHeight,
double framesPerSecond,
long framesSent,
long framesReceived,
long framesDecoded,
long framesDropped,
long framesCorrupted,
double audioLevel,
double echoReturnLoss,
double echoReturnLossEnhancement)
Create a RTCMediaStreamTrackStats
RTCOutboundRTPStreamStats(String id,
StatsType type,
long timestampMillis,
String ssrc,
String associateStatsId,
boolean isRemote,
String mediaTrackId,
String transportId,
String codecId,
long firCount,
long pliCount,
long nackCount,
long sliCount,
long remb,
long packetsLost,
double fractionLost,
long packetsSent,
long bytesSent,
double targetBitrate,
double roundTripTime)
Create a RTCOutboundRTPStreamStats
Create a RTCPeerConnectionStats
RTCRTPStreamStats(String id,
StatsType type,
long timestampMillis,
String ssrc,
String associateStatsId,
boolean isRemote,
String mediaTrackId,
String transportId,
String codecId,
long firCount,
long pliCount,
long nackCount,
long sliCount,
long remb,
long packetsLost,
double fractionLost)
Create a RTCRTPStreamStats
Create a RTCTransportStats