CameraOcclusionInfo.IsOcclusionKindSupported(CameraOcclusionKind) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
카메라 디바이스에서 지정된 폐색 종류를 지원하는지 여부를 나타내는 부울 값을 가져옵니다.
public:
virtual bool IsOcclusionKindSupported(CameraOcclusionKind occlusionKind) = IsOcclusionKindSupported;
bool IsOcclusionKindSupported(CameraOcclusionKind const& occlusionKind);
public bool IsOcclusionKindSupported(CameraOcclusionKind occlusionKind);
function isOcclusionKindSupported(occlusionKind)
Public Function IsOcclusionKindSupported (occlusionKind As CameraOcclusionKind) As Boolean
매개 변수
- occlusionKind
- CameraOcclusionKind
지원을 쿼리할 폐색 종류를 지정하는 CameraOcclusionKind 열거형의 멤버입니다.
반환
Boolean
bool
True이면 캡처 디바이스에서 지정된 폐색 종류를 지원합니다. 그렇지 않으면 false입니다.
설명
디바이스는 모든 폐색 유형을 지원하지 않을 수 있습니다. 폐색 형식이 지원되지 않는 경우 CameraOcclusionState.IsOcclusionKind 는 해당 폐색 형식에 대해 true를 반환하지 않습니다.