Specifications

Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will clear all selections from the cut or scene list.
BOOL ClearJoinerList( )
Close( ) as Integer
Parameters
none
Return Values:
Function returns non-zero (TRUE) if the joiner list was not empty before this call was made, otherwise zero (FALSE)
Description:
Clears all items from the joiner list.
BOOL Close( )
Close( ) as Integer
Parameters
none
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command closes the current file. Same as clicking on the File > Close menu.
BOOL DeleteBatchProjectFile( const char *projectFile , const char *outputFile)
DeleteBatchProjectFile( projectFile as string, outputFile as string) as Integer
Parameters:
projectFile Name of a VideoReDo project file.
outputFile Name of a VideoReDo project file.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command is used by the VideoReDo batch processor to optionally delete the temporary project files (*.BPrj) after
batch processing. It will first check the size of the outputFile, and if its great than 1 MB delete the projectFile. This
check is done to insure that project file isn't deleted if VideoReDo had a problem creating the outputFile.
BOOL EnterRegistrationKey()
EnterRegistrationKey( ) as Integer
Parameters:
None
Return Values:
Returns TRUE (1) if the user clicked on the "Register Key" button.
Otherwise FALSE (0).
Description:
This COM command is intended for users who pre-load VideoReDo onto a system and want to be sure the system
administrator is prompted to enter a key.