@@ -1653,29 +1653,13 @@ interface AudioNode extends EventTarget {
16531653 readonly numberOfOutputs : number ;
16541654 connect ( destination : AudioNode , output ?: number , input ?: number ) : AudioNode ;
16551655 connect ( destination : AudioParam , output ?: number ) : void ;
1656- connect ( destination : AudioNode , output ?: number , input ?: number ) : AudioNode ;
1657- connect ( destination : AudioParam , output ?: number ) : void ;
1658- disconnect ( output ?: number ) : void ;
1659- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1660- disconnect ( destination : AudioParam , output ?: number ) : void ;
1661- disconnect ( output ?: number ) : void ;
1662- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1663- disconnect ( destination : AudioParam , output ?: number ) : void ;
1664- disconnect ( output ?: number ) : void ;
1665- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1666- disconnect ( destination : AudioParam , output ?: number ) : void ;
1667- disconnect ( output ?: number ) : void ;
1668- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1669- disconnect ( destination : AudioParam , output ?: number ) : void ;
1670- disconnect ( output ?: number ) : void ;
1671- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1672- disconnect ( destination : AudioParam , output ?: number ) : void ;
1673- disconnect ( output ?: number ) : void ;
1674- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1675- disconnect ( destination : AudioParam , output ?: number ) : void ;
1676- disconnect ( output ?: number ) : void ;
1677- disconnect ( destination : AudioNode , output ?: number , input ?: number ) : void ;
1678- disconnect ( destination : AudioParam , output ?: number ) : void ;
1656+ disconnect ( ) : void ;
1657+ disconnect ( output : number ) : void ;
1658+ disconnect ( destination : AudioNode ) : void ;
1659+ disconnect ( destination : AudioNode , output : number ) : void ;
1660+ disconnect ( destination : AudioNode , output : number , input : number ) : void ;
1661+ disconnect ( destination : AudioParam ) : void ;
1662+ disconnect ( destination : AudioParam , output : number ) : void ;
16791663}
16801664
16811665declare var AudioNode : {
0 commit comments