THPAudioGetMaxFrameSamples

Syntax

#include <win32/thpaudio.h>

u32 THPAudioGetMaxFrameSamples(THPAudioHandle* handle, s32 frame);

Arguments

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

Return Values

Returns maximum number of samples in the THP audio data.

Description

Calculates the number of samples in the audio data for each frame in the THP movie data and returns the maximum value.

See Also

THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL