Files
RCBASIC4/doc/files/getvideostats.txt
2026-02-26 15:33:51 -06:00

8 lines
256 B
Plaintext

#title GetVideoStats [RCBasic Doc]
#header Sub GetVideoStats(vFile$, ByRef vLen, ByRef vfps, ByRef frame_w, ByRef frame_h)
Gets video data from a video file.
Note: This function is slow and should not be used during time critical sections in your code.