次の方法で共有


MediaCaptureSettings.VideoDeviceId プロパティ

定義

ビデオ カメラの DeviceInformation.Id を取得します。

public:
 property Platform::String ^ VideoDeviceId { Platform::String ^ get(); };
winrt::hstring VideoDeviceId();
public string VideoDeviceId { get; }
var string = mediaCaptureSettings.videoDeviceId;
Public ReadOnly Property VideoDeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

ビデオ カメラの DeviceInformation.Id

Windows の要件

アプリの機能
backgroundMediaRecording microphone webcam

注釈

デバイスがこの機能をサポートしていない場合、このメソッドは null を返す可能性があります。 詳細については、 DeviceInformation クラスを参照してください。

適用対象