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

适用于