Click or drag to resize
LyncPlatformLibraryAudioCallPlay Method (String, Boolean)
Plays an audio file specifying whether the playback will be repeated then raises an PlaybackEnded event on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Play(
	string wmaFile,
	bool loopPlayback
)

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.

Implements

ILyncPlatformLibraryInteractionPlay(String, Boolean)
See Also