Volume

Gets and sets the audio volume level. This value can be any value between 0, for minimum volume, and 100 for maximum volume. The value is ignored if the Mute property is set to TRUE.

 

JavaScript

 

Volume

 

C#

 

int Volume { get; set; }

 

C++

 

HRESULT Volume([out, retval] long* pVal)

HRESULT Volume([in] long pVal)