| OLD | NEW |
| 1 library dart.dom.web_audio; | 1 library dart.dom.web_audio; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:nativewrappers'; | 7 import 'dart:nativewrappers'; |
| 8 import 'dart:typeddata' as _typeddata; | 8 import 'dart:typeddata' as _typeddata; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated dart:audio library. | 10 // Auto-generated dart:audio library. |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 // BSD-style license that can be found in the LICENSE file. | 414 // BSD-style license that can be found in the LICENSE file. |
| 415 | 415 |
| 416 // WARNING: Do not edit - generated code. | 416 // WARNING: Do not edit - generated code. |
| 417 | 417 |
| 418 | 418 |
| 419 @DocsEditable | 419 @DocsEditable |
| 420 @DomName('AudioDestinationNode') | 420 @DomName('AudioDestinationNode') |
| 421 class AudioDestinationNode extends AudioNode { | 421 class AudioDestinationNode extends AudioNode { |
| 422 AudioDestinationNode.internal() : super.internal(); | 422 AudioDestinationNode.internal() : super.internal(); |
| 423 | 423 |
| 424 @DomName('AudioDestinationNode.numberOfChannels') | 424 @DomName('AudioDestinationNode.maxChannelCount') |
| 425 @DocsEditable | 425 @DocsEditable |
| 426 int get numberOfChannels native "AudioDestinationNode_numberOfChannels_Getter"
; | 426 int get maxChannelCount native "AudioDestinationNode_maxChannelCount_Getter"; |
| 427 | 427 |
| 428 } | 428 } |
| 429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 430 // for details. All rights reserved. Use of this source code is governed by a | 430 // for details. All rights reserved. Use of this source code is governed by a |
| 431 // BSD-style license that can be found in the LICENSE file. | 431 // BSD-style license that can be found in the LICENSE file. |
| 432 | 432 |
| 433 // WARNING: Do not edit - generated code. | 433 // WARNING: Do not edit - generated code. |
| 434 | 434 |
| 435 | 435 |
| 436 @DocsEditable | 436 @DocsEditable |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1162 | 1162 |
| 1163 // WARNING: Do not edit - generated code. | 1163 // WARNING: Do not edit - generated code. |
| 1164 | 1164 |
| 1165 | 1165 |
| 1166 @DocsEditable | 1166 @DocsEditable |
| 1167 @DomName('WaveTable') | 1167 @DomName('WaveTable') |
| 1168 class WaveTable extends NativeFieldWrapperClass1 { | 1168 class WaveTable extends NativeFieldWrapperClass1 { |
| 1169 WaveTable.internal(); | 1169 WaveTable.internal(); |
| 1170 | 1170 |
| 1171 } | 1171 } |
| OLD | NEW |