BackgroundAudioTrack.Volume Property

Definition

Gets or sets the volume of the background audio track.

public:
 property double Volume { double get(); void set(double value); };
double Volume();

void Volume(double value);
public double Volume { get; set; }
var double = backgroundAudioTrack.volume;
backgroundAudioTrack.volume = double;
Public Property Volume As Double

Property Value

Double

double

A value between 0 and 1 represents a reduction in the volume level of the background audio track where 0 is silence and 1 is normal volume. A value greater than 1 represents a boost in the volume of the background audio track.

Applies to