MediaCaptureDeviceExclusiveControlStatus Enumeration

Definition

Gibt das exklusive Steuerelement status des Medienaufnahmegeräts an. Die exklusive Steuerung ist erforderlich, um die Einstellungen des Aufnahmegeräts zu ändern, ist jedoch nicht erforderlich, um Medienframes vom Gerät abzurufen.

public enum class MediaCaptureDeviceExclusiveControlStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class MediaCaptureDeviceExclusiveControlStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum MediaCaptureDeviceExclusiveControlStatus
var value = Windows.Media.Capture.MediaCaptureDeviceExclusiveControlStatus.exclusiveControlAvailable
Public Enum MediaCaptureDeviceExclusiveControlStatus
Vererbung
MediaCaptureDeviceExclusiveControlStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
backgroundMediaRecording

Felder

ExclusiveControlAvailable 0

Die aktuelle App kann das Erfassungsgerät mit exklusiver Steuerung initialisieren.

SharedReadOnlyAvailable 1

Eine andere App verfügt über die exklusive Kontrolle über das Aufnahmegerät, sodass die aktuelle App keine exklusive Kontrolle erhalten kann.

Gilt für: