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