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

Unified Diff: chromecast/media/cma/backend/alsa/audio_filter_factory.h

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Fix nits Created 3 years, 10 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: chromecast/media/cma/backend/alsa/audio_filter_factory.h
diff --git a/chromecast/media/cma/backend/alsa/audio_filter_factory.h b/chromecast/media/cma/backend/alsa/audio_filter_factory.h
index 5f8dcda132e3f14db24b70e367e6c7bf94b90499..c2c4e0673b2ac0bfe34fb4c1002e82a601913fae 100644
--- a/chromecast/media/cma/backend/alsa/audio_filter_factory.h
+++ b/chromecast/media/cma/backend/alsa/audio_filter_factory.h
@@ -15,7 +15,7 @@ namespace media {
class AudioFilterFactory {
public:
// FilterType specifies the usage of the created filter.
- enum FilterType { PRE_LOOPBACK_FILTER, POST_LOOPBACK_FILTER };
+ enum FilterType { MEDIA_FILTER, SYSTEM_AUDIO_FILTER, POST_LOOPBACK_FILTER };
// Creates a new AudioFilterInterface.
static std::unique_ptr<AudioFilterInterface> MakeAudioFilter(

Powered by Google App Engine
This is Rietveld 408576698