| Index: client/html/generated/src/wrapping/_AudioDestinationNodeWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_AudioDestinationNodeWrappingImplementation.dart b/client/html/generated/src/wrapping/_AudioDestinationNodeWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..325eafbcab8c94e1cf09c4878629d3d160603cd6
|
| --- /dev/null
|
| +++ b/client/html/generated/src/wrapping/_AudioDestinationNodeWrappingImplementation.dart
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class AudioDestinationNodeWrappingImplementation extends AudioNodeWrappingImplementation implements AudioDestinationNode {
|
| + AudioDestinationNodeWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +
|
| + int get numberOfChannels() { return _ptr.numberOfChannels; }
|
| +}
|
|
|