Add an observer to receive transform manager events
Check if media transforms are enabled. If this class runs into any issue during a transform it should disable itself.
true if transforms are enabled and supported
Get the media metrics transform manager for access to transform specific functionality
Get the redundant audio encode transform manager for access to transform specific functionality
Remove an observer
Set up encoded transforms for an audio receiver
Set up encoded transforms for an audio sender
Set up encoded transforms for a video receiver
Set up encoded transforms for a video sender
Start the manager and create the Web Worker
OptionaldisabledTransforms: DisabledEncodedTransformsConfigurationOptional configuration to disable specific transforms. By default all transforms are enabled (false = enabled). - redundantAudio: When true, redundant audio encoding transform is disabled.
Stop all transform managers and reset to initial state
Interface for managing media transforms across audio and video streams. Implementations coordinate transform managers and handle Web Worker lifecycle.