AppBroadcastMicrophoneCaptureStateChangedEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the state of app broadcast microphone capture.
public:
property AppBroadcastMicrophoneCaptureState State { AppBroadcastMicrophoneCaptureState get(); };
AppBroadcastMicrophoneCaptureState State();
public AppBroadcastMicrophoneCaptureState State { get; }
var appBroadcastMicrophoneCaptureState = appBroadcastMicrophoneCaptureStateChangedEventArgs.state;
Public ReadOnly Property State As AppBroadcastMicrophoneCaptureState
Property Value
A value indicating the state of app broadcast microphone capture.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|