MediaCaptureDeviceExclusiveControlStatusChangedEventArgs MediaCaptureDeviceExclusiveControlStatusChangedEventArgs MediaCaptureDeviceExclusiveControlStatusChangedEventArgs MediaCaptureDeviceExclusiveControlStatusChangedEventArgs Class

Definition

public : sealed class MediaCaptureDeviceExclusiveControlStatusChangedEventArgs : IMediaCaptureDeviceExclusiveControlStatusChangedEventArgspublic sealed class MediaCaptureDeviceExclusiveControlStatusChangedEventArgs : IMediaCaptureDeviceExclusiveControlStatusChangedEventArgsPublic NotInheritable Class MediaCaptureDeviceExclusiveControlStatusChangedEventArgs Implements IMediaCaptureDeviceExclusiveControlStatusChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

DeviceId DeviceId DeviceId DeviceId

Gets the device ID for the capture device for which exlusive control status has changed.

public : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The device ID for the capture device for which exlusive control status has changed.

Status Status Status Status

Gets a value indicating whether exclusive control of the capture device specified with the DeviceID property is available to the current app.

public : MediaCaptureDeviceExclusiveControlStatus Status { get; }public MediaCaptureDeviceExclusiveControlStatus Status { get; }Public ReadOnly Property Status As MediaCaptureDeviceExclusiveControlStatus// You can use this property in JavaScript.
Value
MediaCaptureDeviceExclusiveControlStatus MediaCaptureDeviceExclusiveControlStatus MediaCaptureDeviceExclusiveControlStatus MediaCaptureDeviceExclusiveControlStatus

A value indicating whether exclusive control of the device is available or if the device can only be accessed in shared mode.