Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of audio devices.
Namespace: Microsoft.Lync.Model.Device
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property AudioDevices As IList(Of Device)
Get
'Usage
Dim instance As DeviceManager
Dim value As IList(Of Device)
value = instance.AudioDevices
public IList<Device> AudioDevices { get; }
Property Value
Type: System.Collections.Generic.IList<Device>
Remarks
All audio devices that have both a microphone and speaker are returned. For example, a UC-enabled headset such as a headset with microphone is returned. Audio devices that have only one of these two components are not returned. A virtual audio device that is defined in the Lync Audio Device Setting option page is also returned as long as it is defined with a physical speaker and a physical microphone.