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:

PartDescription
objectAn expression evaluating to an object of type EchoLinkSession.
sFilenameRequired. A String value.
bSyncRequired. A Boolean value.