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

Side by Side Diff: client/dom/generated/src/frog/AudioBuffer.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 AudioBuffer native "*AudioBuffer" {
3
4 num duration;
5
6 num gain;
7
8 int length;
9
10 int numberOfChannels;
11
12 num sampleRate;
13
14 Float32Array getChannelData(int channelIndex) native;
15
16 var dartObjectLocalStorage;
17
18 String get typeName() native;
19 }
OLDNEW
« no previous file with comments | « client/dom/generated/monkey_dom_externs.js ('k') | client/dom/generated/src/frog/AudioBufferCallback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698