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