Enumerator |
---|
AkDeviceState_Unknown | The audio device state is unknown or invalid.
|
AkDeviceState_Active | The audio device is active That is, the audio adapter that connects to the endpoint device is present and enabled.
|
AkDeviceState_Disabled | The audio device is disabled.
|
AkDeviceState_NotPresent | The audio device is not present because the audio adapter that connects to the endpoint device has been removed from the system.
|
AkDeviceState_Unplugged | The audio device is unplugged.
|
AkDeviceState_Last | End of enum, invalid value.
|
AkDeviceState_All | Includes audio devices in all states.
|