MediaCaptureSettings.ConcurrentRecordAndPhotoSequenceSupported 属性

定义

获取一个值,该值指示捕获设备是否支持同时录制视频和拍摄照片序列。

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

属性值

Boolean

bool

如果捕获设备支持同时录制视频和捕获照片序列,则为 true;否则为 false

Windows 要求

应用功能
backgroundMediaRecording

适用于