import"WavPlayerService.idl";
|
| void | playWav (in string wavfile) |
| | play a wav file and return when it finishes More...
|
| |
| oneway void | playWavNoWait (in string wavfile) |
| | invoke a thread which plays a wav file and return immediately More...
|
| |
| 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: