Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 883 Bytes

appbroadcastmicrophonecapturestate.md

File metadata and controls

42 lines (28 loc) · 883 Bytes
-api-id -api-type
T:Windows.Media.Capture.AppBroadcastMicrophoneCaptureState
winrt enumeration

Windows.Media.Capture.AppBroadcastMicrophoneCaptureState

-description

Specifies the state of app broadcast microphone capture.

Note

This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

-enum-fields

-field Stopped:0

Microphone capture is stopped.

-field Started:1

Microphone capture has been started.

-field Failed:2

Microphone capture has failed.

-remarks

-see-also

-examples

-capabilities

appBroadcast, appBroadcastSettings