Encoder

Module containing functionality to create and utilize WebAudioAPI data encoders.

Methods

static getEncoderFor(encodingType) → {EncoderBase}

Returns a concrete encoder implementation for the specified file type. The value passed to the fileType parameter must be the numeric value associated with a certain EncodingType, not a string-based key.

Parameters:
Name Type Description
encodingType number

Numeric value corresponding to the desired file EncodingType

Returns:
EncoderBase -

Concrete encoder implementation for the specified EncodingType

See: