MediaCapture.IsVideoProfileSupported(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得布林值,指出指定的視訊擷取裝置是否支援視訊設定檔。
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
|