Specifications
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will save your current project to the specified file.
BOOL FileSaveAsElemStreams( const char *filename )
FileSaveAsElemStreams( filename as string) as Integer
Parameters:
filename Character string containing a MPEG program file.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will save your current project to a pair of elementary streams. The filename specified is the video stream
stream. The audio stream will be saved to the same base filename but with an MP2, AC3 or WAV file type, depending
upon the type of audio encoding used in the particular stream.
BOOL FileSaveAsEx( const char *filename, short outputType )
FileSaveAsEx( filename as string, outputType as integer) as Integer
Parameters:
filename Character string containing a MPEG program file.
outputType 1 = Program Stream
2 = Elementary Streams
3 = VOB (MPEG with blank NAV packets )
4 = Transport Stream
5 = REC (Topfield)
6 = DVRMS
7 = Tivo (or MPEG if source file isn't Tivo)
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will save your current project letting you specify the output file type.
BOOL FrameAdvance( BOOL direction )
FrameAdvance( direction as integer ) as Integer
Parameters:
direction
TRUE (or 1 ) to advance the video by a single frame. FALSE (or 0) to move the video back one frame.
Return Values:
Function returns non-zero (TRUE) if successful, otherwise zero (FALSE)
Description:
This command will move the video by one frame in either the forward or backward direction.
BOOL GetCutMode( )
GetCutMode() as Integer
Parameters:
none
Return Values: