VIDEO.GetFrameTime

Previous  Next

 

time = VIDEO.GetFrameTime( nControl AS INTEGER,

                           nFrame   AS INTEGER  ) AS STRING

 

 

 

 

Returns the absolute time when the frame was recorded

 

Example:

 

PRINT "No of Frames: ";VIDEO.GetNoOfFrames( nControl ),

PRINT "Resolution:   ";VIDEO.GetXResolution( nControl );"x";VIDEO.GetYResolution( nControl ),

PRINT "Units:        ";VIDEO.GetUnits( nControl ),

PRINT "Angle Units:  ";VIDEO.GetAngleUnits( nControl ),

PRINT "Marker Shape: ";VIDEO.GetMarkerShape( nControl ),

PRINT "Time Stamp:   ";VIDEO.GetTimeStamp( nControl ),

PRINT "File Time:    ";VIDEO.GetFileTime( nControl ),

PRINT "Frame Time:   ";VIDEO.GetFrameTime( nControl, 10 ),