AppBroadcastState.MicrophoneCaptureState 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 the microphone capture state.
public:
property AppBroadcastMicrophoneCaptureState MicrophoneCaptureState { AppBroadcastMicrophoneCaptureState get(); };
AppBroadcastMicrophoneCaptureState MicrophoneCaptureState();
public AppBroadcastMicrophoneCaptureState MicrophoneCaptureState { get; }
var appBroadcastMicrophoneCaptureState = appBroadcastState.microphoneCaptureState;
Public ReadOnly Property MicrophoneCaptureState As AppBroadcastMicrophoneCaptureState
Property Value
The microphone capture state.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|