Methods
-
<static> mute()
qualifier
-
Description
Mutes the volume.
You can use this on the base video to deliver a video without sound, or with a video overlay to ensure that only the sound from the base video plays.
Returns
Details
-
<static> byPercent( percent )
qualifier
-
Description
Increases or decreases the volume by a percentage of the current volume.
Parameters
Name Type Description percent
string | number The percentage change of volume (Range: -100 to 400).
Returns
Details
-
<static> byDecibels( decibel )
qualifier
-
Description
Increases or decreases the volume by the specified number of decibels.
Parameters
Name Type Description decibel
string | number The offset in dB.
Returns
Details