#include <orxSound.h>
Data Fields | |
| union { | |
| orxSOUND * pstSound | |
| struct { | |
| orxSOUND_STREAM_INFO stInfo | |
| orxSOUND_STREAM_PACKET stPacket | |
| } stStream | |
| }; | |
| const orxSTRING | zSoundName |
Sound event payload
Definition at line 111 of file orxSound.h.
| union { ... } |
Stream : 24
Sound reference : 8
Definition at line 117 of file orxSound.h.
Sound record info : 16
Definition at line 121 of file orxSound.h.
Sound record packet : 24
Definition at line 122 of file orxSound.h.
| struct { ... } orxSOUND_EVENT_PAYLOAD::stStream |
| const orxSTRING orxSOUND_EVENT_PAYLOAD::zSoundName |
Sound name : 4
Definition at line 113 of file orxSound.h.
1.5.6