AudioPlayBackModes Enumeration
Enumerates AudioFeedback Devices. Use to specify a playback audio device.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model.Device
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AudioPlayBackModes
'Usage
Dim instance As AudioPlayBackModes
[FlagsAttribute]
public enum AudioPlayBackModes
Members
Member name | Description | |
---|---|---|
None | Play audio file back through no device. | |
Alert | Playback audio through device configured for alert sounds. | |
Communication | Playback audio through device configured for Unified Communications. | |
Handset | Playback audio through telephone handset device. | |
Ringing | Playback audio through device configured to play ringing tone. | |
AlertAndCommunication | Playback audio through both Lync and alert devices. | |
SuppressOnDeskphones | Suppress playback audio through desk telephone device. | |
Invalid |