AdamRobinson
New member
- Joined
- Mar 8, 2006
- Messages
- 1
Good afternoon, all! Its my first post, so hopefully it isnt too stupid or simple. Then again, maybe that would be a good thing for me
Im currently writing a video player using DirectDraw, and I am curious as to which approach is suggested for timing the drawing of frames. So far, spawning a seperate thread and using the QueryPerformanceObject (or something like that) for obtaining a fairly precise timer has given me the best results, but I am seeing higher-than-usual CPU usage (higher than, say, using any other video player Ive ever seen!) when Im doing this. Is there something Im missing that will allow me to time the rendering of frames that wont generate a ton of CPU overhead, while still allowing me to time them with enough precision to produce smooth video?
Just so you know, this is for a control to be placed on a form, it isnt full screen, if that makes any difference.
Thanks in advance for any help!

Im currently writing a video player using DirectDraw, and I am curious as to which approach is suggested for timing the drawing of frames. So far, spawning a seperate thread and using the QueryPerformanceObject (or something like that) for obtaining a fairly precise timer has given me the best results, but I am seeing higher-than-usual CPU usage (higher than, say, using any other video player Ive ever seen!) when Im doing this. Is there something Im missing that will allow me to time the rendering of frames that wont generate a ton of CPU overhead, while still allowing me to time them with enough precision to produce smooth video?
Just so you know, this is for a control to be placed on a form, it isnt full screen, if that makes any difference.
Thanks in advance for any help!