CaptureDeviceConfiguration Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CaptureDeviceConfiguration type exposes the following members.
| 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. |
Show: