Modifier and Type | Class and Description |
---|---|
class |
ElementStats
A dictionary that represents the stats gathered in the media element.
|
class |
EndpointStats
A dictionary that represents the stats gathered in the endpoint element.
|
class |
RTCCertificateStats |
class |
RTCCodec
RTC codec statistics
|
class |
RTCDataChannelStats
Statistics related to RTC data channels.
|
class |
RTCIceCandidateAttributes |
class |
RTCIceCandidatePairStats |
class |
RTCInboundRTPStreamStats
Statistics that represents the measurement metrics for the incoming media stream.
|
class |
RTCMediaStreamStats
Statistics related to the media stream.
|
class |
RTCMediaStreamTrackStats
Statistics related to the media stream.
|
class |
RTCOutboundRTPStreamStats
Statistics that represents the measurement metrics for the outgoing media stream.
|
class |
RTCPeerConnectionStats
Statistics related to the peer connection.
|
class |
RTCRTPStreamStats
Statistics for the RTP stream
|
class |
RTCStats
An RTCStats dictionary represents the stats gathered.
|
class |
RTCTransportStats
Statistics related to RTC data channels.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Stats> |
MediaElement.getStats()
Gets the statistics related to an endpoint.
|
Map<String,Stats> |
MediaElement.getStats(MediaType mediaType)
Gets the statistics related to an endpoint.
|
TFuture<Map<String,Stats>> |
MediaElement.getStats(Transaction tx)
Gets the statistics related to an endpoint.
|
TFuture<Map<String,Stats>> |
MediaElement.getStats(Transaction tx,
MediaType mediaType)
Gets the statistics related to an endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaElement.getStats(Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
Continuation.onSuccess(F) is called when the action is
done. |
void |
MediaElement.getStats(MediaType mediaType,
Continuation<Map<String,Stats>> cont)
Asynchronous version of getStats:
Continuation.onSuccess(F) is called when the action is
done. |
Copyright © 2019 Kurento. All rights reserved.