Share via


AppBroadcastState.ShouldCaptureMicrophone Property

Definition

Gets or sets a value specifying whether the microphone should be captured for the app broadcast.

public:
 property bool ShouldCaptureMicrophone { bool get(); void set(bool value); };
bool ShouldCaptureMicrophone();

void ShouldCaptureMicrophone(bool value);
public bool ShouldCaptureMicrophone { get; set; }
var boolean = appBroadcastState.shouldCaptureMicrophone;
appBroadcastState.shouldCaptureMicrophone = boolean;
Public Property ShouldCaptureMicrophone As Boolean

Property Value

Boolean

bool

A value specifying whether the microphone should be captured for the app broadcast.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to