cf_video_frame_count¶
Category: video
GitHub: cute_video.h
How many frames the video holds in total.
| Parameters | Description |
|---|---|
video |
The video. |
Remarks¶
Counted from the file when it is opened, so this costs nothing to ask. With cf_video_frame_index and cf_video_seek this is what a scrubber is made of.
Related Pages¶
CF_Video
cf_video_frame_index
cf_video_seek
cf_video_duration