msInsertAudioEffect method

Inserts the specified audio effect into media pipeline.

Internet Explorer 10

 

Syntax

HTMLMediaElement.msInsertAudioEffect(activatableClassId, effectRequired, config);

Parameters

  • activatableClassId [in]
    Type: DOMString

  • effectRequired [in]
    Type: boolean

  • config [in, optional]
    Type: any

Return value

This method does not return a value.

See also

HTMLMediaElement