AudioEffectsPackConfiguration.IsDeviceIdSupported(String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- effectsPackId
-
String
Platform::String
winrt::hstring
- deviceId
-
String
Platform::String
winrt::hstring
Gibt zurück
Boolean
bool