AppBroadcastServices.CaptureTargetType Property

Definition

Gets or sets a value that specifies the type of capture target to be used for broadcast.

public:
 property AppBroadcastCaptureTargetType CaptureTargetType { AppBroadcastCaptureTargetType get(); void set(AppBroadcastCaptureTargetType value); };
AppBroadcastCaptureTargetType CaptureTargetType();

void CaptureTargetType(AppBroadcastCaptureTargetType value);
public AppBroadcastCaptureTargetType CaptureTargetType { get; set; }
var appBroadcastCaptureTargetType = appBroadcastServices.captureTargetType;
appBroadcastServices.captureTargetType = appBroadcastCaptureTargetType;
Public Property CaptureTargetType As AppBroadcastCaptureTargetType

Property Value

A value that specifies the type of capture target to be used for broadcast.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to