CaptureDeviceConfiguration Class
TOC
Collapse the table of content
Expand the table of content

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.

System::Object
  System.Windows.Media::CaptureDeviceConfiguration

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The CaptureDeviceConfiguration type exposes the following members.

  NameDescription
Public propertyStatic memberAllowedDeviceAccessGets a value that reports whether a user has previously granted device access based on their stored response to the device access UI prompt.
Top

  NameDescription
Public methodStatic memberGetAvailableAudioCaptureDevicesReturns a collection of AudioCaptureDevice objects that represent the available audio capture devices on the client system.
Public methodStatic memberGetAvailableVideoCaptureDevicesReturns a collection of VideoCaptureDevice objects that represent the available video capture devices on the client system.
Public methodStatic memberGetDefaultAudioCaptureDeviceReturns the AudioCaptureDevice object that represent the default audio capture devices on the client system.
Public methodStatic memberGetDefaultVideoCaptureDeviceReturns the VideoCaptureDevice object that represent the default video capture devices on the client system.
Public methodStatic memberRequestDeviceAccessRequests access for all possible capture devices (audio or video) that are available on the client system.
Top

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft