| ILyncPlatformLibraryInteractionPlay Method (String) |
Plays an audio file 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
)
Sub Play (
wmaFile As String
)
void Play(
String^ wmaFile
)
abstract Play :
wmaFile : string -> unit
Parameters
- wmaFile
- Type: SystemString
The media file to be played.
Examples..\\welcomeprompt.wma
See Also