Share via


Windows Media Player 11 SDK IWMPSettings.volume (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPSettings.volume (VB and C#)

The volume property gets or sets the current playback volume.

  

Property Value

A System.Int32 that is the volume level, ranging from 0 to 100.

Remarks

A value of zero specifies no volume (muted). A value of 100 specifies full volume. If no value is specified for this property, it defaults to the last volume setting established for Windows Media Player.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next