Android: Generate JNI code for RTCStats
Bug: webrtc:8278 Change-Id: I183cec54ec3e97894db7f26e365eb9941a1ab458 Reviewed-on: https://webrtc-review.googlesource.com/25660 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20879}
This commit is contained in:
committed by
Commit Bot
parent
6bd39025ec
commit
c4c8876f70
@ -13,5 +13,5 @@ package org.webrtc;
|
||||
/** Interface for receiving stats reports (see webrtc::RTCStatsCollectorCallback). */
|
||||
public interface RTCStatsCollectorCallback {
|
||||
/** Called when the stats report is ready. */
|
||||
public void onStatsDelivered(RTCStatsReport report);
|
||||
@CalledByNative public void onStatsDelivered(RTCStatsReport report);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user