THPAudioGetFrameSize

C Specification

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

Arguments

handle Pointer to a THPAudioHandle structure.
frame Frame number.

Return Values

Returns the size of the THP audio data (in bytes).

Description

Calculates the THP audio data size (in bytes) required for the frameth frame of the THP movie data.

See Also

THPAudioHandle

Revision History

03/01/2006 Initial version.