共用方式為


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

查詢支援的視訊設定檔支援的視訊裝置識別碼。 如需取得影片裝置識別碼的詳細資訊,請參閱 DeviceInformation.FindAllAsync

傳回

Boolean

bool

如果支援視訊設定檔,則為 True;否則為 false。

Windows 需求

應用程式功能
backgroundMediaRecording

適用於