Files
RCBASIC4/doc/doc_files/getvideostats.html
2024-10-27 11:52:28 -04:00

20 lines
496 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetVideoStats [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub GetVideoStats(vFile$, byref vLen, byref vfps, byref frame_w, byref frame_h) </h2></p>
<p>
Gets video data from a video file.
</p>
<p>
Note: This function is slow and should not be used during time critical sections in your code.
</p>
<p>
</body>
</html>