THPAudioGetMaxFrameSize

Syntax

#include <win32/thpaudio.h>

u32 THPAudioGetMaxFrameSize(THPAudioHandle* handle, s32 frame);

Arguments

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

Return Values

Returns maximum size of the THP audio data (Byte).

Description

Calculates the audio data size (Byte) for each frame of the THP movie data, and returns the maximum value of these sizes.

See Also

THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL