Class DefaultEncodedTransformWorkerManager

Default implementation of EncodedTransformWorkerManager. Manages a dedicated Web Worker and coordinates individual transform managers.

Implements

Constructors

Methods

  • Start the manager and create the Web Worker

    Parameters

    • OptionaldisabledTransforms: DisabledEncodedTransformsConfiguration

      Optional configuration to disable specific transforms. By default all transforms are enabled (false = enabled). - redundantAudio: When true, redundant audio encoding transform is disabled.

    Returns Promise<void>