#include <win32/thpaudio.h>u32 THPAudioGetFrameSize(THPAudioHandle* handle, u32 frame);handle |
Pointer to a THPAudioHandle structure. |
frame |
Frame number. |
Returns the size of the THP audio data (in bytes).
Calculates the THP audio data size (in bytes) required for the frameth frame of the THP movie data.
03/01/2006 Initial version.