MediaCapture.IsVideoProfileSupported(String) 메서드

정의

지정된 비디오 캡처 디바이스에서 비디오 프로필을 지원하는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 static bool IsVideoProfileSupported(Platform::String ^ videoDeviceId);
 static bool IsVideoProfileSupported(winrt::hstring const& videoDeviceId);
public static bool IsVideoProfileSupported(string videoDeviceId);
function isVideoProfileSupported(videoDeviceId)
Public Shared Function IsVideoProfileSupported (videoDeviceId As String) As Boolean

매개 변수

videoDeviceId
String

Platform::String

winrt::hstring

지원되는 비디오 프로필 지원을 쿼리하는 비디오 디바이스의 식별자입니다. 비디오 디바이스 ID를 가져오는 방법에 대한 자세한 내용은 DeviceInformation.FindAllAsync를 참조하세요.

반환

Boolean

bool

True이면 비디오 프로필이 지원됩니다. 그렇지 않으면 false입니다.

Windows 요구 사항

앱 기능
backgroundMediaRecording

적용 대상