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

적용 대상