THPAudioGetTotalSamples

Syntax

#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 having a total of frame frames.

See Also

THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL