MediaCaptureSettings.ConcurrentRecordAndPhotoSequenceSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Windows requirements

App capabilities
backgroundMediaRecording

Applies to