| LyncPlatformLibraryAudioCallPlay Method (String, Boolean) |
Plays an audio file specifying whether the playback will be repeated then raises an
PlaybackEnded event on completion.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Play(
string wmaFile,
bool loopPlayback
)
Public Sub Play (
wmaFile As String,
loopPlayback As Boolean
)
public:
virtual void Play(
String^ wmaFile,
bool loopPlayback
) sealed
abstract Play :
wmaFile : string *
loopPlayback : bool -> unit
override 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.
Implements
ILyncPlatformLibraryInteractionPlay(String, Boolean)
See Also