Interface

interfaces/Extension

interfaces/Extension

The media extension interface

Methods

# init(configopt)

To init the extension

Parameters:
Name Type Attributes Description
config Object <optional>

the audio track options

# prepare(player) → {void}

To prepare the extension

Parameters:
Name Type Description
player interfaces/Player

the player

void