Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: webrtc/voice_engine/output_mixer.h

Issue 1216133004: Removing AudioMixerStatusReceiver and ParticipantStatistics (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: removing LevelIndicator completely Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/output_mixer.h
diff --git a/webrtc/voice_engine/output_mixer.h b/webrtc/voice_engine/output_mixer.h
index e5c65e41bc13a9c74415a5a4a10c39ec6b6f1d10..fab5a16095e28443952d1cb0bf64ebcbb39724ee 100644
--- a/webrtc/voice_engine/output_mixer.h
+++ b/webrtc/voice_engine/output_mixer.h
@@ -32,7 +32,6 @@ namespace voe {
class Statistics;
class OutputMixer : public AudioMixerOutputReceiver,
- public AudioMixerStatusReceiver,
public FileCallback
{
public:
@@ -93,19 +92,6 @@ public:
const AudioFrame** uniqueAudioFrames,
uint32_t size);
- // from AudioMixerStatusReceiver
- virtual void MixedParticipants(
- int32_t id,
- const ParticipantStatistics* participantStatistics,
- uint32_t size);
-
- virtual void VADPositiveParticipants(
- int32_t id,
- const ParticipantStatistics* participantStatistics,
- uint32_t size);
-
- virtual void MixedAudioLevel(int32_t id, uint32_t level);
-
// For file recording
void PlayNotification(int32_t id, uint32_t durationMs);

Powered by Google App Engine
This is Rietveld 408576698