MediaCaptureSettings.ConcurrentRecordAndPhotoSupported Property

Definition

Gets a value that indicates if the capture device supports recording video and taking a photo at the same time.

public:
 property bool ConcurrentRecordAndPhotoSupported { bool get(); };
bool ConcurrentRecordAndPhotoSupported();
public bool ConcurrentRecordAndPhotoSupported { get; }
var boolean = mediaCaptureSettings.concurrentRecordAndPhotoSupported;
Public ReadOnly Property ConcurrentRecordAndPhotoSupported As Boolean

Property Value

Boolean

bool

true if the capture device supports concurrently recording video and capturing a photo; otherwise, false.

Windows requirements

App capabilities
backgroundMediaRecording

Applies to