AudioDeviceModulesManager.FindAllById(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.
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.