Detect movie being played (Windows)
Posted
by modosansreves
on Stack Overflow
See other posts from Stack Overflow
or by modosansreves
Published on 2009-07-20T17:48:00Z
Indexed on
2010/04/21
2:03 UTC
Read the original article
Hit count: 238
Watching a movie is quite a different user activity.
User doesn't touch neither mouse nor keyboard. Yet he 'actively' uses the computer. Thus, screensaver shouldn't run, indexing should be performed with care etc.
On the other side, playing video requires either using direct write to video memory, or DirectShow, or some other API. This may be the key to the answer.
What is the Dead Simple Way to determine that a video is being played?
© Stack Overflow or respective owner