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

Unified Diff: services/media/audio/platform/generic/mixer.h

Issue 1902183002: Motown: Change media type (stream type) representation (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changes per review feedback. Created 4 years, 8 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
« no previous file with comments | « services/media/audio/audio_track_impl.cc ('k') | services/media/audio/platform/generic/mixer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/audio/platform/generic/mixer.h
diff --git a/services/media/audio/platform/generic/mixer.h b/services/media/audio/platform/generic/mixer.h
index 6e35d82346df768b4fc2b64f7e27422c0ce356af..acf2ace50283f289f81010c2599ad65900ddd239 100644
--- a/services/media/audio/platform/generic/mixer.h
+++ b/services/media/audio/platform/generic/mixer.h
@@ -35,8 +35,8 @@ class Mixer {
// where appropriate. For example, where we might chose a linear
// interpolation sampler, the user may actually prefer cubic interpolation, or
// perhaps just a point sampler.
- static MixerPtr Select(const LpcmMediaTypeDetailsPtr& src_format,
- const LpcmMediaTypeDetailsPtr* dst_format);
+ static MixerPtr Select(const AudioMediaTypeDetailsPtr& src_format,
+ const AudioMediaTypeDetailsPtr* dst_format);
// Mix
//
« no previous file with comments | « services/media/audio/audio_track_impl.cc ('k') | services/media/audio/platform/generic/mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698