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

Unified Diff: media/audio/openbsd/audio_manager_openbsd.cc

Issue 4661001: Simplified AudioOutputStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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/openbsd/audio_manager_openbsd.h ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/openbsd/audio_manager_openbsd.cc
diff --git a/media/audio/openbsd/audio_manager_openbsd.cc b/media/audio/openbsd/audio_manager_openbsd.cc
index 251a085c18101521979710e5ecd5e504812728ae..b20030958bbc012e833e99f3a3eacb5c17c1285d 100644
--- a/media/audio/openbsd/audio_manager_openbsd.cc
+++ b/media/audio/openbsd/audio_manager_openbsd.cc
@@ -28,8 +28,7 @@ AudioOutputStream* AudioManagerOpenBSD::MakeAudioOutputStream(
}
AudioInputStream* AudioManagerOpenBSD::MakeAudioInputStream(
- AudioParameters params,
- uint32 samples_per_packet) {
+ AudioParameters params) {
NOTIMPLEMENTED();
return NULL;
}
« no previous file with comments | « media/audio/openbsd/audio_manager_openbsd.h ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698