| LyncPlatformLibraryAudioType Enumeration |
Enumerated the type of audio being used.
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryAudioType
Public Enumeration LyncPlatformLibraryAudioType
public enum class LyncPlatformLibraryAudioType
type LyncPlatformLibraryAudioType
Members|
| Member name | Value | Description |
|---|
| Tts | 0 |
The audio output is using the Text-To-Speech speech synthetizer.
|
| AudioFile | 1 |
The audio output is a recorded audio file.
|
See Also