Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.25 KB

appcapturealternateshortcutkeys.md

File metadata and controls

36 lines (26 loc) · 1.25 KB
-api-id -api-type
T:Windows.Media.Capture.AppCaptureAlternateShortcutKeys
winrt class

Windows.Media.Capture.AppCaptureAlternateShortcutKeys

-description

Defines alternate shortcut keys for app capture.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

-remarks

Get an instance of this class with the AlternateShortcutKeys property.

This API may throw an error if the background service has shut down due to idle timeout.

Version history

Windows version SDK version Value added
1511 10586 ToggleMicrophoneCaptureKey
1511 10586 ToggleMicrophoneCaptureKeyModifiers
1607 14393 ToggleBroadcastKey
1607 14393 ToggleBroadcastKeyModifiers
1607 14393 ToggleCameraCaptureKey
1607 14393 ToggleCameraCaptureKeyModifiers

-examples

-see-also