AppBroadcastGlobalSettings.IsCameraCaptureEnabledByDefault 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 or sets a value indicating whether camera capture for broadcasting is enabled by default.
public:
property bool IsCameraCaptureEnabledByDefault { bool get(); void set(bool value); };
bool IsCameraCaptureEnabledByDefault();
void IsCameraCaptureEnabledByDefault(bool value);
public bool IsCameraCaptureEnabledByDefault { get; set; }
var boolean = appBroadcastGlobalSettings.isCameraCaptureEnabledByDefault;
appBroadcastGlobalSettings.isCameraCaptureEnabledByDefault = boolean;
Public Property IsCameraCaptureEnabledByDefault As Boolean
Property Value
Boolean
bool
True if camera capture is enabled by default; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|