IPXC_Action_Sound::Volume Property

From PDF XChange PDF SDK
Revision as of 10:09, 20 May 2015 by Johnv (Talk | contribs)

Jump to: navigation, search


Gets/sets the volume at which to play the sound, in the range from -1.0 to 1.0. Default value is 1.0.

Syntax

HRESULT get_Volume([out, retval]  double*  pVolume);
HRESULT put_Volume([in]  double  pVolume);

See Also

IPXC_Action_Sound.