Version

    Other Documentation

menu_open
Wwise SDK 2021.1.14
AK::Win32::IAkDeviceEnumerator Class Referenceabstract

Interface to access the IMMDevice cache. This avoids driver accesses. More...

#include <AkMMDevice.h>

Public Member Functions

virtual AkUInt32  Count ()=0
 
virtual Device  Item (AkUInt32 in_idx)=0
  Returns the number of devices. This function can block. More...
 
virtual void  Lock ()=0
  Gets item in_idx from the cache. Must be smaller than Count(). This function can block. More...
 
virtual void  Unlock ()=0
  For thread safety. If you iterate through all the devices, lock the enumerator to avoid changes. However, if only accessing one single item, Item() is thread safe in itself. More...
 
virtual Device  FindDevice (AkUInt32 in_id)=0
  For thread safety. See Lock() More...
 

Detailed Description

Interface to access the IMMDevice cache. This avoids driver accesses.

Definition at line 464 of file AkMMDevice.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise