IPXC_Action_Sound::Volume Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Sound::Volume Property}} | {{#customTitle:IPXC_Action_Sound::Volume Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_Sound|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Gets/sets the volume at which to play the sound, in the range from -1.0 to 1.0. Default value is 1.0. | Gets/sets the volume at which to play the sound, in the range from -1.0 to 1.0. Default value is 1.0. |
Revision as of 14:40, 20 April 2015
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
See also IPXC_Action_Sound.