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

Unified Diff: services/media/audio/platform/generic/mixers/point_sampler.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
Index: services/media/audio/platform/generic/mixers/point_sampler.h
diff --git a/services/media/audio/platform/generic/mixers/point_sampler.h b/services/media/audio/platform/generic/mixers/point_sampler.h
index f7244a6f97240cc8854af02ae50e82297b0aec3b..95dd7ed1ddb8df6e21c1203613f6d0fa41b8847b 100644
--- a/services/media/audio/platform/generic/mixers/point_sampler.h
+++ b/services/media/audio/platform/generic/mixers/point_sampler.h
@@ -15,8 +15,8 @@ namespace mixers {
class PointSampler : public Mixer {
public:
- static MixerPtr Select(const LpcmMediaTypeDetailsPtr& src_format,
- const LpcmMediaTypeDetailsPtr& dst_format);
+ static MixerPtr Select(const AudioMediaTypeDetailsPtr& src_format,
+ const AudioMediaTypeDetailsPtr& dst_format);
protected:
PointSampler(uint32_t pos_filter_width, uint32_t neg_filter_width)

Powered by Google App Engine
This is Rietveld 408576698