Description Play the specified WAV file. Return after the file finishes playing if bSync is True, otherwise return immediately.
Return Type
None
Syntax
object.PlayWAVFile sFilename, bSync
The PlayWAVFile Method syntax has these parts:
|
object | An expression evaluating to an object of type EchoLinkSession. | sFilename | Required. A String value. | bSync | Required. A Boolean value. |
|