Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 911 Bytes

mediacapturedeviceexclusivecontrolstatus.md

File metadata and controls

34 lines (23 loc) · 911 Bytes
-api-id -api-type
T:Windows.Media.Capture.MediaCaptureDeviceExclusiveControlStatus
winrt enumeration

Windows.Media.Capture.MediaCaptureDeviceExclusiveControlStatus

-description

Specifies the exclusive control status of the media capture device. Exclusive control is required to modify the settings of the capture device, but is not required to obtain media frames from the device.

-enum-fields

-field SharedReadOnlyAvailable:1

Another app has exclusive control of the capture device, so the current app can't obtain exclusive control.

-field ExclusiveControlAvailable:0

The current app can initialize the capture device with exclusive control.

-remarks

-see-also

-examples

-capabilities

backgroundMediaRecording