AudioDeviceModulesManager.FindAll 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.
Retreives a list of all audio device modules associated with the audio device for which the AudioDeviceModulesManager was initialized.
public:
virtual IVectorView<AudioDeviceModule ^> ^ FindAll() = FindAll;
IVectorView<AudioDeviceModule> FindAll();
public IReadOnlyList<AudioDeviceModule> FindAll();
function findAll()
Public Function FindAll () As IReadOnlyList(Of AudioDeviceModule)
Returns
A list of all audio device modules.