THPAudioGetTotalSamples

C Specification

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

Arguments

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

Return Values

Returns the number of audio data samples required for the THP movie data.

Description

Calculates the number of audio data samples required for THP movie data that has a total of frame frames.

See Also

THPAudioHandle

Revision History

03/01/2006 Initial version.