Share via


MediaClip.Volume Property

Definition

Gets or sets the volume of the media clip.

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

void Volume(double value);
public double Volume { get; set; }
var double = mediaClip.volume;
mediaClip.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 media clip where 0 is silence and 1 is normal volume. A value greater than 1 represents a boost in the volume of the media clip.

Applies to