MediaCaptureDeviceExclusiveControlStatusChangedEventArgs.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property MediaCaptureDeviceExclusiveControlStatus Status { MediaCaptureDeviceExclusiveControlStatus get(); };
MediaCaptureDeviceExclusiveControlStatus Status();
public MediaCaptureDeviceExclusiveControlStatus Status { get; }
var mediaCaptureDeviceExclusiveControlStatus = mediaCaptureDeviceExclusiveControlStatusChangedEventArgs.status;
Public ReadOnly Property Status As MediaCaptureDeviceExclusiveControlStatus
Property Value
A value indicating whether exclusive control of the device is available or if the device can only be accessed in shared mode.
Windows requirements
App capabilities |
backgroundMediaRecording
|