Share via


AppBroadcastState.ShouldCaptureCamera Property

Definition

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

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

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

Property Value

Boolean

bool

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

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to