| Index: client/dom/generated/src/frog/AudioBufferSourceNode.dart
|
| diff --git a/client/dom/generated/src/frog/AudioBufferSourceNode.dart b/client/dom/generated/src/frog/AudioBufferSourceNode.dart
|
| index 6194d19e9a3783717b8c383e4e042d751f085b69..91826a8a4ea944a61d8054bbf28460e16391b820 100644
|
| --- a/client/dom/generated/src/frog/AudioBufferSourceNode.dart
|
| +++ b/client/dom/generated/src/frog/AudioBufferSourceNode.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| -class AudioBufferSourceNodeJs extends AudioSourceNodeJs implements AudioBufferSourceNode native "*AudioBufferSourceNode" {
|
| +class _AudioBufferSourceNodeJs extends _AudioSourceNodeJs implements AudioBufferSourceNode native "*AudioBufferSourceNode" {
|
|
|
| - AudioBufferJs get buffer() native "return this.buffer;";
|
| + _AudioBufferJs get buffer() native "return this.buffer;";
|
|
|
| - void set buffer(AudioBufferJs value) native "this.buffer = value;";
|
| + void set buffer(_AudioBufferJs value) native "this.buffer = value;";
|
|
|
| - AudioGainJs get gain() native "return this.gain;";
|
| + _AudioGainJs get gain() native "return this.gain;";
|
|
|
| bool get loop() native "return this.loop;";
|
|
|
| @@ -15,7 +15,7 @@ class AudioBufferSourceNodeJs extends AudioSourceNodeJs implements AudioBufferSo
|
|
|
| void set looping(bool value) native "this.looping = value;";
|
|
|
| - AudioParamJs get playbackRate() native "return this.playbackRate;";
|
| + _AudioParamJs get playbackRate() native "return this.playbackRate;";
|
|
|
| void noteGrainOn(num when, num grainOffset, num grainDuration) native;
|
|
|
|
|