@awayjs/core
Version:
AwayJS core classes
14 lines • 619 B
TypeScript
import { IAudioChannel } from './IAudioChannel';
export declare class AudioManager {
private static isIE;
private static _externalSoundInterface;
private static _channelGroupVolumes;
private static _channelGroupPanning;
static setVolume(value: number, channelGroup?: number): void;
static getVolume(channelGroup?: number): number;
static setExternalSoundInterface(new_obj: any): number;
static getExternalSoundInterface(): any;
static stopAllSounds(): void;
static getChannel(byteLength: number, channelGroup?: number): IAudioChannel;
}
//# sourceMappingURL=AudioManager.d.ts.map