#include <win32/thpaudio.h> u32 THPAudioGetMaxFrameSize(THPAudioHandle* handle, s32 frame);
| handle | Pointer to a THPAudioHandle structure. |
|---|---|
frame |
Number of THP movie data frames. |
Returns maximum size of the THP audio data (Byte).
Calculates the audio data size (Byte) for each frame of the THP movie data, and returns the maximum value of these sizes.
2006/03/01 Initial version.
CONFIDENTIAL