|
SpaghettiKart
|
#include <miniaudio.h>
Data Fields | ||
| ma_device * | pDevice | |
| ma_device_notification_type | type | |
| union { | ||
| struct { | ||
| int _unused | ||
| } started | ||
| struct { | ||
| int _unused | ||
| } stopped | ||
| struct { | ||
| int _unused | ||
| } rerouted | ||
| struct { | ||
| int _unused | ||
| } interruption | ||
| } | data | |
| int ma_device_notification::_unused |
| union { ... } ma_device_notification::data |
| struct { ... } ma_device_notification::interruption |
| ma_device* ma_device_notification::pDevice |
| struct { ... } ma_device_notification::rerouted |
| struct { ... } ma_device_notification::started |
| struct { ... } ma_device_notification::stopped |
| ma_device_notification_type ma_device_notification::type |