AppBroadcastGlobalSettings.IsMicrophoneCaptureEnabledByDefault Property

Definition

Gets or sets a value indicating whether microphone capture for broadcasting is enabled by default.

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

void IsMicrophoneCaptureEnabledByDefault(bool value);
public bool IsMicrophoneCaptureEnabledByDefault { get; set; }
var boolean = appBroadcastGlobalSettings.isMicrophoneCaptureEnabledByDefault;
appBroadcastGlobalSettings.isMicrophoneCaptureEnabledByDefault = boolean;
Public Property IsMicrophoneCaptureEnabledByDefault As Boolean

Property Value

Boolean

bool

True if microphone capture is enabled by default; otherwise, false.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to