Package tvi.webrtc
Interface RTCStatsCollectorCallback
-
- All Known Implementing Classes:
RtcStatsAdapter
public interface RTCStatsCollectorCallbackInterface for receiving stats reports (see webrtc::RTCStatsCollectorCallback).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStatsDelivered(RTCStatsReport report)Called when the stats report is ready.
-
-
-
Method Detail
-
onStatsDelivered
void onStatsDelivered(RTCStatsReport report)
Called when the stats report is ready.
-
-