#include <sound.h>

変数 | |
| unsigned | used: 1 |
| int | soundDataType |
| int | cmd |
| int | loopResumePos |
| u8 | volume |
| int | pan |
| int | playing |
| union { | |
| struct { | |
| int threadId | |
| int gotoPos | |
| int loop | |
| } file | |
| struct { | |
| int length | |
| u32 * pcmBuf | |
| int cmdplaytype | |
| } memnopress | |
| }; | |
| DXPAVCONTEXT | avContext |
| union { ... } |
| struct { ... } DXPSOUNDHANDLE::file |
| struct { ... } DXPSOUNDHANDLE::memnopress |
| unsigned DXPSOUNDHANDLE::used |
1.6.1