
#include <miniaudio.h>
Collaboration diagram for ma_device_notification:Public Attributes | |
| 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 |
Definition at line 6232 of file miniaudio.h.
| int ma_device_notification::_unused |
Definition at line 6240 of file miniaudio.h.
| union { ... } ma_device_notification::data |
| struct { ... } ma_device_notification::interruption |
| ma_device* ma_device_notification::pDevice |
Definition at line 6234 of file miniaudio.h.
| struct { ... } ma_device_notification::rerouted |
| struct { ... } ma_device_notification::started |
| struct { ... } ma_device_notification::stopped |
| ma_device_notification_type ma_device_notification::type |
Definition at line 6235 of file miniaudio.h.
