Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 773 Bytes

mediacapturepausebehavior.md

File metadata and controls

27 lines (18 loc) · 773 Bytes
-api-id -api-type
T:Windows.Media.Devices.MediaCapturePauseBehavior
winrt enum

MediaCapturePauseBehavior

-description

Defines the behavior when media capture is paused with a call to PauseAsync or PauseRecordAsync.

-enum-fields

-field RetainHardwareResources:0

The calling app keeps control of the hardware resources, such as the camera, while capturing is paused.

-field ReleaseHardwareResources:1

The hardware resources are released while capturing is paused.

-remarks

-examples

-see-also