THPAudioGetMaxFrameSize

C Specification

#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 the maximum size of the THP audio data (in bytes).

Description

This function calculates the audio data size (in bytes) for each frame in the THP movie data and returns the maximum value of these sizes.

See Also

THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL