MediaCaptureSettings.VideoDeviceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得視訊相機 的 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
屬性值
視訊相機 的 DeviceInformation.Id 。
Windows 需求
應用程式功能 |
backgroundMediaRecording
microphone
webcam
|
備註
如果裝置不支援此功能,這個方法可能會傳回 null。 如需詳細資訊,請參閱 DeviceInformation 類別。