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

Unified Diff: trunk/src/media/audio/win/core_audio_util_win.h

Issue 13470009: Revert 191827 "Adds support for CoreAudioUtil::IsChannelLayoutSu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/media/audio/win/audio_manager_win.cc ('k') | trunk/src/media/audio/win/core_audio_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/audio/win/core_audio_util_win.h
===================================================================
--- trunk/src/media/audio/win/core_audio_util_win.h (revision 191827)
+++ trunk/src/media/audio/win/core_audio_util_win.h (working copy)
@@ -117,14 +117,6 @@
AUDCLNT_SHAREMODE share_mode,
const WAVEFORMATPCMEX* format);
- // Returns true if the specified |channel_layout| is supported for the
- // default IMMDevice where flow direction and role is define by |data_flow|
- // and |role|. If this method returns true for a certain channel layout, it
- // means that SharedModeInitialize() will succeed using a format based on
- // the preferred format where the channel layout has been modified.
- static bool IsChannelLayoutSupported(EDataFlow data_flow, ERole role,
- ChannelLayout channel_layout);
-
// For a shared-mode stream, the audio engine periodically processes the
// data in the endpoint buffer at the period obtained in |device_period|.
// For an exclusive mode stream, |device_period| corresponds to the minimum
« no previous file with comments | « trunk/src/media/audio/win/audio_manager_win.cc ('k') | trunk/src/media/audio/win/core_audio_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698