Modifier and Type | Method and Description |
---|---|
StatsType |
Stats.getType()
get The type of this object.
|
static StatsType |
StatsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsType[] |
StatsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Stats.setType(StatsType type)
set The type of this object.
|
Constructor and Description |
---|
ElementStats(String id,
StatsType type,
double timestamp,
double inputAudioLatency,
double inputVideoLatency,
List<MediaLatencyStat> inputLatency)
Create a ElementStats
|
EndpointStats(String id,
StatsType type,
double timestamp,
double inputAudioLatency,
double inputVideoLatency,
List<MediaLatencyStat> inputLatency,
double audioE2ELatency,
double videoE2ELatency,
List<MediaLatencyStat> E2ELatency)
Create a EndpointStats
|
RTCCertificateStats(String id,
StatsType type,
double timestamp,
String fingerprint,
String fingerprintAlgorithm,
String base64Certificate,
String issuerCertificateId)
Create a RTCCertificateStats
|
RTCCodec(String id,
StatsType type,
double timestamp,
long payloadType,
String codec,
long clockRate,
long channels,
String parameters)
Create a RTCCodec
|
RTCDataChannelStats(String id,
StatsType type,
double timestamp,
String label,
String protocol,
long datachannelid,
RTCDataChannelState state,
long messagesSent,
long bytesSent,
long messagesReceived,
long bytesReceived)
Create a RTCDataChannelStats
|
RTCIceCandidateAttributes(String id,
StatsType type,
double timestamp,
String ipAddress,
long portNumber,
String transport,
RTCStatsIceCandidateType candidateType,
long priority,
String addressSourceUrl)
Create a RTCIceCandidateAttributes
|
RTCIceCandidatePairStats(String id,
StatsType type,
double timestamp,
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,
double timestamp,
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
|
RTCMediaStreamStats(String id,
StatsType type,
double timestamp,
String streamIdentifier,
List<String> trackIds)
Create a RTCMediaStreamStats
|
RTCMediaStreamTrackStats(String id,
StatsType type,
double timestamp,
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,
double timestamp,
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
|
RTCPeerConnectionStats(String id,
StatsType type,
double timestamp,
long dataChannelsOpened,
long dataChannelsClosed)
Create a RTCPeerConnectionStats
|
RTCRTPStreamStats(String id,
StatsType type,
double timestamp,
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
|
RTCStats(String id,
StatsType type,
double timestamp)
Create a RTCStats
|
RTCTransportStats(String id,
StatsType type,
double timestamp,
long bytesSent,
long bytesReceived,
String rtcpTransportStatsId,
boolean activeConnection,
String selectedCandidatePairId,
String localCertificateId,
String remoteCertificateId)
Create a RTCTransportStats
|
Stats(String id,
StatsType type,
double timestamp)
Create a Stats
|
Copyright © 2018 Kurento. All rights reserved.