orx
1.11
Portable Game Engine
|
#include <orxSound.h>
Data Fields | |
union { | |
orxSOUND * pstSound | |
struct { | |
orxSOUND_STREAM_INFO stInfo | |
orxSOUND_STREAM_PACKET stPacket | |
const orxSTRING zSoundName | |
} stStream | |
}; | |
Sound event payload
Definition at line 122 of file orxSound.h.
union { ... } |
Stream : 32
orxSOUND* orxSOUND_EVENT_PAYLOAD::pstSound |
Sound reference : 4
Definition at line 126 of file orxSound.h.
orxSOUND_STREAM_INFO orxSOUND_EVENT_PAYLOAD::stInfo |
Sound record info : 12
Definition at line 131 of file orxSound.h.
orxSOUND_STREAM_PACKET orxSOUND_EVENT_PAYLOAD::stPacket |
Sound record packet : 32
Definition at line 132 of file orxSound.h.
struct { ... } orxSOUND_EVENT_PAYLOAD::stStream |
const orxSTRING orxSOUND_EVENT_PAYLOAD::zSoundName |
Sound name : 4
Definition at line 130 of file orxSound.h.