THPSimpleOpen

Syntax

#include "THPSimple.h"

BOOL THPSimpleOpen(char *fileName);

Arguments

fileName Name of the THP movie data file.

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

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.

See Also

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL