VIDEO.GetXResolution

Previous  Next

 

res = VIDEO.GetXResolution( nControl AS INTEGER ) AS REAL

 

 

 

 

Returns the horizontal resolution (width) of the video

 

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