IRiCommonData Interface Reference
Inherits IDispatch, and IDispatch.
List of all members.
|
Public Member Functions |
| HRESULT | RsPlaySound ([in] BSTR bszConId,[in] RtBOOL bPlayInLoop) |
| HRESULT | RsPlaySound ([in] BSTR bszConId,[in] RtBOOL bPlayInLoop) |
Detailed Description
The
IRiCommonData interface provides methods that allow you manipulate with common data objects.
Root-level name in the scripting engine's name space: CommonData
Member Function Documentation
| HRESULT IRiCommonData::RsPlaySound |
( |
[in] BSTR |
bszConId, |
|
|
[in] RtBOOL |
bPlayInLoop | |
|
) |
| | |
Call this method to play a simple sound.
- Parameters:
-
| bszConId | - Full connector ID that contains the sound stored in data object ( |
- See also:
- IRdSoundDisp). If you don't specify the ID, then the sound stop.
- Parameters:
-
| bPlayInLoop | - If true, then the sound will play in loop until another sound will not start or you call this method with empty connector ID |
| HRESULT IRiCommonData::RsPlaySound |
( |
[in] BSTR |
bszConId, |
|
|
[in] RtBOOL |
bPlayInLoop | |
|
) |
| | |
Call this method to play a simple sound.
- Parameters:
-
| bszConId | - Full connector ID that contains the sound stored in data object ( |
- See also:
- IRdSoundDisp). If you don't specify the ID, then the sound stop.
- Parameters:
-
| bPlayInLoop | - If true, then the sound will play in loop until another sound will not start or you call this method with empty connector ID |