Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the occlusion states supported by the current device.
Syntax
DWORD GetSupportedStates();
Return value
A DWORD containing a bitwise OR combination of values from the MFCameraOcclusionState enumeration.
Remarks
To get the current occlusion state, call the IMFCameraOcclusionStateReport::GetOcclusionState method on the IMFCameraOcclusionStateReport passed to the IMFCameraOcclusionStateReportCallback::OnOcclusionStateReport callback.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | mfidl.h |
See also
IMFCameraOcclusionStateReport IMFCameraOcclusionStateReportCallback::OnOcclusionStateReport