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

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

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Fix unittests 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..cb91fbceb718514ed2324e357b2618508904824e 100644
--- a/chromecast/media/cma/backend/alsa/audio_filter_factory.h
+++ b/chromecast/media/cma/backend/alsa/audio_filter_factory.h
@@ -15,7 +15,12 @@ namespace media {
class AudioFilterFactory {
public:
// FilterType specifies the usage of the created filter.
- enum FilterType { PRE_LOOPBACK_FILTER, POST_LOOPBACK_FILTER };
+ enum FilterType {
+ MEDIA_AUDIO_FILTER = 0,
+ TTS_AUDIO_FILTER,
+ COMMUNICATION_AUDIO_FILTER,
+ ALARM_AUDIO_FILTER,
+ };
// Creates a new AudioFilterInterface.
static std::unique_ptr<AudioFilterInterface> MakeAudioFilter(
« no previous file with comments | « chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc ('k') | chromecast/media/cma/backend/alsa/filter_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698