Add AV output bitrate statistics

Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
camera2
Leo Ma 9 years ago
parent 0a736fafdf
commit 05304fd614

@ -108,5 +108,9 @@ public interface RtmpPublisher {
void onRtmpDisconnected(String msg);
void onRtmpOutputFps(double fps);
void onRtmpVideoBitrate(double bitrate);
void onRtmpAudioBitrate(double bitrate);
}
}

Loading…
Cancel
Save