Enumerates AudioFeedback Devices. Use to
specify a playback audio device.
Namespace:
Microsoft.Lync.Model.Device
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum AudioPlayBackModes |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
Play audio file back through no device.
|
|
Alert | 1 |
Playback audio through device configured for
alert sounds.
|
|
Communication | 2 |
Playback audio through device configured for
Unified Communications.
|
|
Handset | 4 |
Playback audio through telephone handset
device.
|
|
Ringing | 8 |
Playback audio through device configured to
play ringing tone.
|
|
AlertAndCommunication | 3 |
Playback audio through both Lync and alert
devices.
|
|
SuppressOnDeskphones | -2147483648 |
Suppress playback audio through desk telephone
device.
|
|
Invalid | -1 |