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

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

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _BiquadFilterNodeJs extends _AudioNodeJs implements BiquadFilterNode nativ e "*BiquadFilterNode" {
3
4 static final int ALLPASS = 7;
5
6 static final int BANDPASS = 2;
7
8 static final int HIGHPASS = 1;
9
10 static final int HIGHSHELF = 4;
11
12 static final int LOWPASS = 0;
13
14 static final int LOWSHELF = 3;
15
16 static final int NOTCH = 6;
17
18 static final int PEAKING = 5;
19
20 final _AudioParamJs Q;
21
22 final _AudioParamJs frequency;
23
24 final _AudioParamJs gain;
25
26 int type;
27
28 void getFrequencyResponse(_Float32ArrayJs frequencyHz, _Float32ArrayJs magResp onse, _Float32ArrayJs phaseResponse) native;
29 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/BeforeLoadEvent.dart ('k') | client/dom/generated/src/frog/Blob.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698