| ILyncPlatformLibraryInteractionPlay Method (String, Boolean) |
Plays an audio file specifying whether the playback will be repeated then raises an
PlaybackEnded event on completion.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Play(
string wmaFile,
bool loopPlayback
)
Sub Play (
wmaFile As String,
loopPlayback As Boolean
)
void Play(
String^ wmaFile,
bool loopPlayback
)
abstract Play :
wmaFile : string *
loopPlayback : bool -> unit
Parameters
- wmaFile
- Type: SystemString
The media file to be played.
Examples..\\welcomeprompt.wma
- loopPlayback
- Type: SystemBoolean
Set to True to specify that the media playback will be repated once ended, otherwise set to False.
See Also