THPAudioGetMaxFrameSamples

C Specification

#include <win32/thpaudio.h>
u32 THPAudioGetMaxFrameSamples(THPAudioHandle* handle, s32 frame);

Arguments

handle Pointer to a THPAudioHandle structure.
frame Number of THP movie data frames.

Return Values

Returns the maximum number of samples in the THP audio data.

Description

This function calculates the number of samples in the audio data for each frame in the THP movie data and returns the maximum value.

See Also

THPAudioHandle

Revision History

03/01/2006 Initial version.