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

Unified Diff: services/media/framework/lpcm_util.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/framework/formatting.cc ('k') | services/media/framework/lpcm_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/lpcm_util.h
diff --git a/services/media/framework/lpcm_util.h b/services/media/framework/lpcm_util.h
index bdaeab3388925fb4334a354e5710978849b04394..64309127d9be0acd2ea5fcbf4ffcc25683fa0b87 100644
--- a/services/media/framework/lpcm_util.h
+++ b/services/media/framework/lpcm_util.h
@@ -15,7 +15,7 @@ namespace media {
// Helper class that performs various LPCM processing functions.
class LpcmUtil {
public:
- static std::unique_ptr<LpcmUtil> Create(const LpcmStreamType& stream_type);
+ static std::unique_ptr<LpcmUtil> Create(const AudioStreamType& stream_type);
virtual ~LpcmUtil() {}
« no previous file with comments | « services/media/framework/formatting.cc ('k') | services/media/framework/lpcm_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698