AudioEffectsPackConfiguration.IsDeviceIdSupported(String, String) Method

Definition

Gets a boolean value indicating if the supplied audio effects pack ID is applicable to audio endpoint with the specified device ID.

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

The OEM-specified ID of the audio effects pack for the query.

deviceId
String

Platform::String

winrt::hstring

The device ID of the audio endpoint for the query.

Returns

Boolean

bool

True if the specified audio effects pack is applicable to the specified audio endpoint ID; otherwise, false.

Applies to