AudioDeviceModulesManager.FindAllById(String) Method

Definition

Retrieves a list of all audio device modules with the specified ID. Each audio device module in the list will have the same ID, but each will have a different value for the AudioDeviceModule.InstanceId property.

public:
 virtual IVectorView<AudioDeviceModule ^> ^ FindAllById(Platform::String ^ moduleId) = FindAllById;
IVectorView<AudioDeviceModule> FindAllById(winrt::hstring const& moduleId);
public IReadOnlyList<AudioDeviceModule> FindAllById(string moduleId);
function findAllById(moduleId)
Public Function FindAllById (moduleId As String) As IReadOnlyList(Of AudioDeviceModule)

Parameters

moduleId
String

Platform::String

winrt::hstring

The identifier of the audio device modules to be retrieved.

Returns

A list of all audio device modules with the specified ID.

Applies to