MediaClip.Volume Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.