次の方法で共有


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

適用対象