Click or drag to resize
ILyncPlatformLibraryInteractionPlay Method (String)
Plays an audio file then raises an PlaybackEnded event on completion.

Namespace: Inkostar.Interfaces
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Play(
	string wmaFile
)

Parameters

wmaFile
Type: SystemString
The media file to be played.
Examples
..\\welcomeprompt.wma
See Also