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

Side by Side Diff: client/dom/generated/src/frog/AudioPannerNode.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 AudioPannerNode extends AudioNode native "*AudioPannerNode" {
3
4 static final int EQUALPOWER = 0;
5
6 static final int HRTF = 1;
7
8 static final int SOUNDFIELD = 2;
9
10 AudioGain coneGain;
11
12 num coneInnerAngle;
13
14 num coneOuterAngle;
15
16 num coneOuterGain;
17
18 AudioGain distanceGain;
19
20 int distanceModel;
21
22 num maxDistance;
23
24 int panningModel;
25
26 num refDistance;
27
28 num rolloffFactor;
29
30 void setOrientation(num x, num y, num z) native;
31
32 void setPosition(num x, num y, num z) native;
33
34 void setVelocity(num x, num y, num z) native;
35 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/AudioNode.dart ('k') | client/dom/generated/src/frog/AudioParam.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698