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