IWMPSettings::put_volume

Other versions of this page are also available for the following:

8/28/2008

The put_volume method specifies the current playback volume.

Syntax

HRESULT put_volume( long lVolume ); 

Parameters

  • lVolume
    [in]  long containing the volume level ranging from 0 to 100.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description

S_OK

The method succeeded.

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.

See Also

Reference

IWMPSettings Interface