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

Unified Diff: media/audio/mac/audio_synchronized_mac.cc

Issue 13403002: Add OSX aggregate audio device support for best performance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « media/audio/mac/audio_manager_mac.cc ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mac/audio_synchronized_mac.cc
diff --git a/media/audio/mac/audio_synchronized_mac.cc b/media/audio/mac/audio_synchronized_mac.cc
index 3861bcb409fb0e8589616096a0bd48eac2b12516..05348629fefd1e2c484bbf642350d97573d995ed 100644
--- a/media/audio/mac/audio_synchronized_mac.cc
+++ b/media/audio/mac/audio_synchronized_mac.cc
@@ -85,6 +85,7 @@ AudioSynchronizedStream::AudioSynchronizedStream(
is_running_(false),
hardware_buffer_size_(kHardwareBufferSize),
channels_(kChannels) {
+ VLOG(1) << "AudioSynchronizedStream::AudioSynchronizedStream()";
DaleCurtis 2013/04/17 21:37:53 DVLOG(1) ? The one in AUHAL prints out useful para
}
AudioSynchronizedStream::~AudioSynchronizedStream() {
« no previous file with comments | « media/audio/mac/audio_manager_mac.cc ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698