Specifications
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will add a scene marker to the timeline. If an existing scene marker exists within 1 second of the
specified time, then the new marker will NOT be added.
BOOL AddFileToJoiner( const char *filename )
AddFileToJoiner( filename as string) as Integer
Parameters:
filename Character string containing a VideoReDo project file or MPEG program file.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command combines a FileOpen command followed by an AddToJoiner.
BOOL AddToJoiner( )
AddToJoiner( ) as Integer
Parameters:
none
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command adds the currently open file and its associated edits to the joiner list.
BOOL CaptureFrame( int type, const char *filename, int divisor )
CaptureFrame( type as integer, filename as string, divisor as integer ) as Integer
Parameters
type 0 = copy to clipboard, 1 = copy to .bmp file.
filename filename string. Ignored if type is '0'.
divisor 1 to 8. Shrinks the bitmap size by this factor.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will copy the currently displayed video image to the clipboard or bitmap file, depending upon the value
of the 'type' parameter. The divisor is used to scale the image. For example if the original video is 720 x 480 and the
divisor is '2', then the bitmap size will be 360 x 240.
BOOL ClearAllSelections( )
ClearAllSelections( ) as Integer
Parameters
none
Return Values: