import "WavPlayerService.idl";
Public Member Functions |
void | playWav (in string wavfile) |
| play a wav file and return when it finishes
|
oneway void | playWavNoWait (in string wavfile) |
| invoke a thread which plays a wav file and return immediately
|
Member Function Documentation
void OpenHRP::WavPlayerService::playWav |
( |
in string |
wavfile | ) |
|
play a wav file and return when it finishes
- Parameters
-
wavfile | path of the wav file |
oneway void OpenHRP::WavPlayerService::playWavNoWait |
( |
in string |
wavfile | ) |
|
invoke a thread which plays a wav file and return immediately
- Parameters
-
wavfile | path of the wav file |
The documentation for this interface was generated from the following file: