Wwise SDK 2021.1.9
DeviceCollection
Version
Wwise SDK 2021.1.9
|
AK::Win32::DeviceCollection Class Reference
#include <AkMMDevice.h>
Classes | |
class | Iterator |
Public Member Functions | |
DeviceCollection (IMMDeviceEnumerator *pEnumerator) | |
DeviceCollection (IMMDeviceEnumerator *pEnumerator, EDataFlow eFlow, DWORD dwStateMask) | |
DeviceCollection (DeviceCollection &&other) | |
DeviceCollection (const DeviceCollection &other)=delete | |
~DeviceCollection () | |
DeviceCollection & | operator= (DeviceCollection &&other) |
DeviceCollection & | operator= (const DeviceCollection &other)=delete |
bool | IsValid () const |
UINT | Count () const |
Iterator | Begin () |
Iterator | End () |
Public Attributes | |
interface IMMDeviceCollection * | pDevices |
UINT | uCount |
Detailed Description
Definition at line 258 of file AkMMDevice.h.