dbraner Posted August 25, 2010 Posted August 25, 2010 I use the IsMediaPlayback function in command.vbs. The problem: the functions returns true if DVD is playing but it returns true allthough if a recorded video is playing. How can I distinguish between playback of a DVD and playback of a recording? Quote
majstang Posted August 25, 2010 Posted August 25, 2010 I use the IsMediaPlayback function in command.vbs. The problem: the functions returns true if DVD is playing but it returns true allthough if a recorded video is playing. How can I distinguish between playback of a DVD and playback of a recording? Direct from COM document: function isDVD: WordBool; Returns True if a DVD is played back otherwise False. function isMediaplayback: WordBool; Returns True if any form of media is played back otherwise False. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.