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

Side by Side Diff: chromecast/public/media/audio_post_processor_shlib.h

Issue 2860673003: [Chromecast] Correct libcast_governor behavior. (Closed)
Patch Set: address halliwell@'s comments Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « chromecast/media/cma/backend/alsa/slew_volume_unittests.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_ 5 #ifndef CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_
6 #define CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_ 6 #define CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector>
9 10
10 #include "chromecast_export.h" 11 #include "chromecast_export.h"
11 12
12 namespace chromecast { 13 namespace chromecast {
13 namespace media { 14 namespace media {
14 class AudioPostProcessor; 15 class AudioPostProcessor;
15 } // namespace media 16 } // namespace media
16 } // namespace chromecast 17 } // namespace chromecast
17 18
18 // Creates an AudioPostProcessor. 19 // Creates an AudioPostProcessor.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 // It should only change when SetSampleRate is called. 65 // It should only change when SetSampleRate is called.
65 virtual int GetRingingTimeInFrames() = 0; 66 virtual int GetRingingTimeInFrames() = 0;
66 67
67 virtual ~AudioPostProcessor() = default; 68 virtual ~AudioPostProcessor() = default;
68 }; 69 };
69 70
70 } // namespace media 71 } // namespace media
71 } // namespace chromecast 72 } // namespace chromecast
72 73
73 #endif // CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_ 74 #endif // CHROMECAST_PUBLIC_MEDIA_AUDIO_POST_PROCESSOR_SHLIB_H_
OLDNEW
« no previous file with comments | « chromecast/media/cma/backend/alsa/slew_volume_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698