THPAudioGetFrameSize

Syntax

#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 (Byte).

Description

Calculates the THP audio data size (Byte) required for the frame of the THP movie data indicated by frame.

See Also

THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL