CaptureDeviceConfiguration Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents a helper class for obtaining information about available capture devices (audio or video) and requesting client user permission to access the captures from available devices.
Assembly: System.Windows (in System.Windows.dll)
The CaptureDeviceConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AllowedDeviceAccess | Gets a value that reports whether a user has previously granted device access based on their stored response to the device access UI prompt. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetAvailableAudioCaptureDevices | Returns a collection of AudioCaptureDevice objects that represent the available audio capture devices on the client system. |
![]() ![]() | GetAvailableVideoCaptureDevices | Returns a collection of VideoCaptureDevice objects that represent the available video capture devices on the client system. |
![]() ![]() | GetDefaultAudioCaptureDevice | Returns the AudioCaptureDevice object that represent the default audio capture devices on the client system. |
![]() ![]() | GetDefaultVideoCaptureDevice | Returns the VideoCaptureDevice object that represent the default video capture devices on the client system. |
![]() ![]() | RequestDeviceAccess | Requests access for all possible capture devices (audio or video) that are available on the client system. |
Client user permission to access the captures from available devices is scoped by sites in domains, and must be enabled per session.
If multiple devices are available, the user can select the device to use as part of the Windows Phone configuration dialog (Webcam/Mic tab). In configuration UI, audio devices and video devices are listed separately and each can have a default. If a device is unavailable in the configuration UI, no CaptureDevice instance represents it.
On some systems, audio devices are not reported unless a microphone is plugged in and enabled; the presence of a sound card but no plugged-in microphone for it does not appear as an audio capture device in the list.


