MediaCaptureSettings.ConcurrentRecordAndPhotoSequenceSupported 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 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
|