Volume

Description

Controls the volume of an audio or video file.

Details

Visit VideoEdit.concatenate for an example

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

string

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

string

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

string

Details