#include "../sound.h"
関数 | |
int | dxpSoundCodecInit (DXPSOUNDHANDLE *pHnd) |
int | dxpSoundCodecGetSampleLength (DXPSOUNDHANDLE *pHnd) |
int | dxpSoundCodecSeek (DXPSOUNDHANDLE *pHnd, int sample) |
int | dxpSoundCodecDecode (DXPSOUNDHANDLE *pHnd) |
int | dxpSoundCodecEnd (DXPSOUNDHANDLE *pHnd) |
int dxpSoundCodecDecode | ( | DXPSOUNDHANDLE * | pHnd | ) |
int dxpSoundCodecEnd | ( | DXPSOUNDHANDLE * | pHnd | ) |
int dxpSoundCodecGetSampleLength | ( | DXPSOUNDHANDLE * | pHnd | ) |
int dxpSoundCodecInit | ( | DXPSOUNDHANDLE * | pHnd | ) |
int dxpSoundCodecSeek | ( | DXPSOUNDHANDLE * | pHnd, | |
int | sample | |||
) |