Specifications
Returns non-zero (TRUE) if VideoReDo is running cut mode. Returns zero (FALSE) if running scene mode...
Description:
This command may be run before before a file has been opened.
short GetCutSceneListCount( )
GetCutSceneListCount() as Integer
Parameters:
none
Return Values:
Returns the number of items presently in the cut / scene list.
Description:
If a video file is not yet open, 0 will be returned.
long GetCutSceneListData( short cutNumber, short startEndFlag )
GetCutSceneListData( cutNumber as Integer, startEndFlag as Integer ) as Integer
Parameters:
cutNumber
The cut or scene number. The first scene number is 1.
startEndFlag Set to 0 to return the start of cut or scene time. 1 to return the end time of the specified cut or scene.
Return Values:
Time in milliseconds. If a video has not yet been opened or the cut list is empty, -1 is returned.
Description:
This function, along with the GetCutSceneListCount(), is used to retrieve the locations of cut and scene
markers.
long GetCursorTimeMsec( )
GetCursorTimeMsec() as Long
Parameters:
none
Return Values:
Returns the current cursor time in milliseconds..
Description:
For example if the video position is at: 00:10:01.00, then this function return: 601000.
long GetFrameRate( )
GetFrameRate() as Long
Parameters:
none
Return Values:
Returns the frame frame in hundreds of a second.
Description:
For example: 29.97 frames / second is returned as 2997. 25 frames / second is returned as 2500. If there
isn't an open video program, 0 is returned.