AudioEffectsPackConfiguration.IsDeviceIdSupported(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- effectsPackId
-
String
Platform::String
winrt::hstring
- deviceId
-
String
Platform::String
winrt::hstring
Returns
Boolean
bool