Delete AudioMonitor and related code.
Bug: webrtc:8760 Change-Id: I0b11ec66b0f2576f52866864ba046191034a4d2d Reviewed-on: https://webrtc-review.googlesource.com/39003 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Noah Richards <noahric@chromium.org> Cr-Commit-Position: refs/heads/master@{#21801}
This commit is contained in:
@ -39,8 +39,6 @@ class AudioState : public rtc::RefCountInterface {
|
||||
struct Stats {
|
||||
// Audio peak level (max(abs())), linearly on the interval [0,32767].
|
||||
int32_t audio_level = -1;
|
||||
// Audio peak level (max(abs())), logarithmically on the interval [0,9].
|
||||
int8_t quantized_audio_level = -1;
|
||||
// See: https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy
|
||||
double total_energy = 0.0f;
|
||||
double total_duration = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user