Index: client/dom/generated/src/frog/RealtimeAnalyserNode.dart |
diff --git a/client/dom/generated/src/frog/RealtimeAnalyserNode.dart b/client/dom/generated/src/frog/RealtimeAnalyserNode.dart |
index 618a6432f704c084a54645864675a305f990bb2b..d803ee526ce84b3a03fd3e61c0947150e9e5a0b2 100644 |
--- a/client/dom/generated/src/frog/RealtimeAnalyserNode.dart |
+++ b/client/dom/generated/src/frog/RealtimeAnalyserNode.dart |
@@ -1,23 +1,15 @@ |
class _RealtimeAnalyserNodeJs extends _AudioNodeJs implements RealtimeAnalyserNode native "*RealtimeAnalyserNode" { |
- int get fftSize() native "return this.fftSize;"; |
+ int fftSize; |
- void set fftSize(int value) native "this.fftSize = value;"; |
+ final int frequencyBinCount; |
- int get frequencyBinCount() native "return this.frequencyBinCount;"; |
+ num maxDecibels; |
- num get maxDecibels() native "return this.maxDecibels;"; |
+ num minDecibels; |
- void set maxDecibels(num value) native "this.maxDecibels = value;"; |
- |
- num get minDecibels() native "return this.minDecibels;"; |
- |
- void set minDecibels(num value) native "this.minDecibels = value;"; |
- |
- num get smoothingTimeConstant() native "return this.smoothingTimeConstant;"; |
- |
- void set smoothingTimeConstant(num value) native "this.smoothingTimeConstant = value;"; |
+ num smoothingTimeConstant; |
void getByteFrequencyData(_Uint8ArrayJs array) native; |