Is there a fourth way to get the audio device (IMMDevice)

170 Views Asked by At

From the documentation of windows, I know that there are three ways to get the audio device:

IMMDeviceCollection::Item
IMMDeviceEnumerator::GetDefaultAudioEndpoint
IMMDeviceEnumerator::GetDevice

then I hook the three ways, And I see all of them has been called,
And I find a device been created but not by the above ways.
So how did it created with? (it is a default device)

0

There are 0 best solutions below