IPXV_SoundManager::SoundPlay Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IPXV_SoundManager::SoundPlay Method}} | ||
+ | {{#parentPage:PXV:IPXV_SoundManager#Methods|SoundPlay|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT SoundPlay([in] PARAM_T nUserID, | ||
+ | [in] IPXC_Sound* pSound, | ||
+ | [in] double nVolume, | ||
+ | [in] VARIANT_BOOL bMix, | ||
+ | [in] VARIANT_BOOL bRepeat, | ||
+ | [in] VARIANT_BOOL bSync);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;nUserID | ||
+ | :[in] Value of PARAM_T. | ||
+ | ;pSound | ||
+ | :[in] Pointer to [[PXV:IPXC_Sound|IPXC_Sound]]. | ||
+ | ;nVolume | ||
+ | :[in] Value of double. | ||
+ | ;bMix | ||
+ | :[in] Value of VARIANT_BOOL. | ||
+ | ;bRepeat | ||
+ | :[in] Value of VARIANT_BOOL. | ||
+ | ;bSync | ||
+ | :[in] Value of VARIANT_BOOL. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXV_SoundManager|IPXV_SoundManager]] |
Latest revision as of 01:30, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SoundPlay([in] PARAM_T nUserID, [in] IPXC_Sound* pSound, [in] double nVolume, [in] VARIANT_BOOL bMix, [in] VARIANT_BOOL bRepeat, [in] VARIANT_BOOL bSync);
Parameters
- nUserID
- [in] Value of PARAM_T.
- pSound
- [in] Pointer to IPXC_Sound.
- nVolume
- [in] Value of double.
- bMix
- [in] Value of VARIANT_BOOL.
- bRepeat
- [in] Value of VARIANT_BOOL.
- bSync
- [in] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.