AudioEffectsPackConfiguration.IsDeviceIdSupported(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static bool IsDeviceIdSupported(Platform::String ^ effectsPackId, Platform::String ^ deviceId);
static bool IsDeviceIdSupported(winrt::hstring const& effectsPackId, winrt::hstring const& deviceId);
public static bool IsDeviceIdSupported(string effectsPackId, string deviceId);
function isDeviceIdSupported(effectsPackId, deviceId)
Public Shared Function IsDeviceIdSupported (effectsPackId As String, deviceId As String) As Boolean
參數
- effectsPackId
-
String
Platform::String
winrt::hstring
- deviceId
-
String
Platform::String
winrt::hstring
傳回
Boolean
bool