A function which takes a multiplier (amplification level) and sets the media’s volume to that level.
A function which takes a multiplier (amplification level) and sets the media’s volume to that level.
An instance of AudioContext which was used to change the media’s volume.
A media gain created from the AudioContext instance and the mediaElem. This may be useful if you desire to do more with the web audio API regarding this media.
A function which returns the multiplier (amplification level).
A function which returns the multiplier (amplification level).
A reference to the mediaElem passed into the function.
A media source created from the AudioContext instance and the mediaElem. This may be useful if you desire to do more with the web audio API regarding this media. NOTE: Only one source node can be created from an element.
Generated using TypeDoc
Returned from amplifyMedia
AmplifiedMedia