#include "THPSimple.h" BOOL THPSimpleOpen(char *fileName);
| fileName | Name of the THP movie data file. |
|---|
Returns TRUE if successful, FALSE otherwise.
The THPSimpleOpen function uses the DVDOpen function to open the THP movie data specified as an argument and reads the header using the DVDRead function. Next, it gets the required information from the header just read and checks to see if the specified data is extractable THP movie data.
The THPSimpleOpen function initializes the THP audio data's playback volume to 127.
None.
2006/03/01 Initial version.
CONFIDENTIAL