@awayjs/core
Version:
AwayJS core classes
15 lines • 607 B
TypeScript
import { ParserBase } from '../parsers/ParserBase';
export declare class WaveAudioParser extends ParserBase {
constructor();
/**
* this static property can be set with a function that that will be called
* on each filename before adding it to the library
*/
static processFilename: (filename: any) => string;
static supportsType(extension: string): boolean;
static supportsData(data: any): boolean;
protected startParsing(frameLimit: number): void;
protected proceedParsing(): void;
private static parseFileType;
}
//# sourceMappingURL=WaveAudioParser.d.ts.map