AudioEffectsPackConfiguration.IsDeviceIdSupported(String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- effectsPackId
-
String
Platform::String
winrt::hstring
- deviceId
-
String
Platform::String
winrt::hstring
Retornos
Boolean
bool