Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 867 Bytes

mediacapturerelativepanelwatcher.md

File metadata and controls

24 lines (13 loc) · 867 Bytes
-api-id -api-type
T:Windows.Media.Capture.MediaCaptureRelativePanelWatcher
winrt class

-description

Monitors the panel associated with a DisplayRegion, so that the app receives notifications when the relative location of the panel changes.

-remarks

This API is intended for camera-based scenarios on hinged devices for which the relative location of a display region can change at runtime, allowing apps to modify their camera capture behavior dynamically.

Get an instance of this class by calling MediaCapture.CreateRelativePanelWatcher.

-see-also

MediaCapture.CreateRelativePanelWatcher DisplayRegion

-examples