MediaCaptureSettings.ConcurrentRecordAndPhotoSupported 속성

정의

캡처 디바이스에서 비디오 녹화 및 사진 촬영이 동시에 지원되는지를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

캡처 디바이스가 동시에 비디오 녹화 및 사진 캡처를 지원하는 경우 true입니다. 그렇지 않으면 false입니다.

Windows 요구 사항

앱 기능
backgroundMediaRecording

적용 대상