Name
GetVideoFrames -- get number of video frames in stream (V5.0)
Synopsis
ULONG count = GetVideoFrames(APTR handle);
Function
This function must return the total number of video frames in the specified video stream handle. If you don't have this information, you might return 0 here.

Inputs
handle
handle returned by OpenVideo()
Results
count
total number of video frames

Show TOC