#include <win32/thpaudio.h>u32 THPAudioGetMaxFrameSamples(THPAudioHandle* handle, s32 frame);handle |
Pointer to a THPAudioHandle structure. |
frame |
Number of THP movie data frames. |
Returns the maximum number of samples in the THP audio data.
This function calculates the number of samples in the audio data for each frame in the THP movie data and returns the maximum value.
03/01/2006 Initial version.