THPPlayerGetAudioInfo

C Specification

#include "THPPlayer.h"
BOOL THPPlayerGetAudioInfo(THPAudioInfo *audioInfo);

Arguments

audioInfo Pointer to a THPAudioInfo structure that stores the THP movie data's audio information.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

This function gets audio information for the THP movie data that was opened by the THPPlayerOpen function and stores the audio information in the THPAudioInfo structure specified by the argument.

See Also

THPPlayerOpen

Revision History

03/01/2006 Initial version.