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 클래스를 참조하세요.

적용 대상