IPXC_Action_Sound::Volume Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Sound::Volume Property}}
 
{{#customTitle:IPXC_Action_Sound::Volume Property}}
 +
{{#parentPage:PXV:IPXC_Action_Sound#Properties|Volume|property}}
  
Property '''Volume''' of interface [[PXV:IPXC_Action_Sound|IPXC_Action_Sound]] returns/sets Value of double ...
+
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 ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Volume([out, retval] double* pVolume);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Volume([out, retval] double* pVolume);
HRESULT put_Volume([in] double pVolume);
+
HRESULT put_Volume([in] double pVolume);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Sound|IPXC_Action_Sound]].
+
[[PXV:IPXC_Action_Sound|IPXC_Action_Sound]]

Latest revision as of 08:02, 23 May 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

IPXC_Action_Sound