THPSimpleOpen

C Specification

#include "THPSimple.h"
BOOL THPSimpleOpen(char *fileName);

Arguments

fileName The name of the THP movie data file.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

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.

See Also

Revision History

03/01/2006 Initial version.