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

Unified Diff: third_party/WebKit/public/platform/WebAudioDevice.h

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Fixes to WebAudioDeviceImpl unit test. Created 3 years, 10 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
Index: third_party/WebKit/public/platform/WebAudioDevice.h
diff --git a/third_party/WebKit/public/platform/WebAudioDevice.h b/third_party/WebKit/public/platform/WebAudioDevice.h
index d161d5b67d093980cab47713571ab4f4b892c551..3d30c3d78ea0b91d714fc7848a6d7d84f2d09c0f 100644
--- a/third_party/WebKit/public/platform/WebAudioDevice.h
+++ b/third_party/WebKit/public/platform/WebAudioDevice.h
@@ -59,6 +59,7 @@ class WebAudioDevice {
virtual void start() = 0;
virtual void stop() = 0;
virtual double sampleRate() = 0;
+ virtual int framesPerBuffer() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/WebAudioLatencyHint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698