#include "THPPlayer.h" BOOL THPPlayerGetAudioInfo(THPAudioInfo *audioInfo);
| audioInfo | Pointer to a THPAudioInfo structure that stores the THP movie data's audio information. |
|---|
Returns TRUE if successful, FALSE otherwise.
The THPPlayerGetAudioInfo function gets audio information for the THP movie data that was opened by the THPPlayerOpen function, and stores it in the THPAudioInfo structure specified by the argument.
2006/03/01 Initial version.
CONFIDENTIAL