VIDEO.GetNoOfFrames

Previous  Next

 

frames = VIDEO.GetNoOfFrames( nControl AS INTEGER ) AS INTEGER

 

 

 

 

Returns the number of frames in the video file

 

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 ),