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

Side by Side Diff: client/dom/generated/src/frog/AudioBufferSourceNode.dart

Issue 8785014: Turn on webaudio for JS backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class AudioBufferSourceNode extends AudioSourceNode native "*AudioBufferSourceNo de" {
3
4 AudioBuffer buffer;
5
6 AudioGain gain;
7
8 bool loop;
9
10 bool looping;
11
12 AudioParam playbackRate;
13
14 void noteGrainOn(num when, num grainOffset, num grainDuration) native;
15
16 void noteOff(num when) native;
17
18 void noteOn(num when) native;
19 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/AudioBufferCallback.dart ('k') | client/dom/generated/src/frog/AudioChannelMerger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698