8 lines
256 B
Plaintext
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.
|
|
|