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

Unified Diff: media/base/channel_layout.h

Issue 12662038: Revert 187936 "Pass more detailed audio hardware configuration i..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1440/src/
Patch Set: Created 7 years, 9 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 | « media/base/audio_hardware_config_unittest.cc ('k') | media/base/channel_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/channel_layout.h
===================================================================
--- media/base/channel_layout.h (revision 189875)
+++ media/base/channel_layout.h (working copy)
@@ -96,9 +96,6 @@
// Front L, Front R, Front C, Side L, Side R, Rear C, Back L, Back R.
CHANNEL_LAYOUT_OCTAGONAL = 28,
- // Channels are not explicitly mapped to speakers.
- CHANNEL_LAYOUT_DISCRETE = 29,
-
// Total number of layouts.
CHANNEL_LAYOUT_MAX // Must always be last!
};
@@ -126,10 +123,6 @@
// Returns the number of channels in a given ChannelLayout.
MEDIA_EXPORT int ChannelLayoutToChannelCount(ChannelLayout layout);
-// Given the number of channels, return the best layout,
-// or return CHANNEL_LAYOUT_UNSUPPORTED if there is no good match.
-MEDIA_EXPORT ChannelLayout GuessChannelLayout(int channels);
-
} // namespace media
#endif // MEDIA_BASE_CHANNEL_LAYOUT_H_
Property changes on: media/base/channel_layout.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « media/base/audio_hardware_config_unittest.cc ('k') | media/base/channel_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698