次の方法で共有


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

適用対象