Specifications
Pause() as Integer
Parameters:
none
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will cause VideoReDo to pause a currently playing video. If the video is already paused, it will be
ignored.
BOOL Play( )
Play() as Integer
Parameters:
none
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will cause VideoReDo to start playing a previous paused video. If the video is already playing, the
command will be ignored.
BOOL QueueEditsToBatch( )
QueueEditsToBatch( ) as Integer
Parameters:
none
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command functions the same as the menu option File > Queue To Batch. It will save the current edits as a project
and put it into the queue file for batch processing.
BOOL RemoveSceneMark( long sceneIndex )
RemoveSceneMark( sceneIndex as Integer) as Integer
Parameters:
sceneIndex
The index of the scene marker, in the range of 1 to N.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This function removes a scene marker from the list of scene markers. Scene markers are indexed from 1 to N where N
is the total number of scene markers.
BOOL SaveJoinerAs( const char *filename )
SaveJoinerAs( filename as string) as Integer
Parameters:
filename Character string containing a MPEG program file.
Return Values: