[python-win32] using MCI and related interfaces with pywin32

2005-01-31 Thread david sumner
hi -- Using pywin32, I'm trying to invoke multimedia devices with the MCI (Media Control Interface) API's. These commands do stuff like play video files. The strange thing is, all the relevant commands are defined in mmsystem.py, but the critical core functions used to send commands, such as mci

Re: [python-win32] using MCI and related interfaces with pywin32

2005-01-31 Thread Marek Kubica
On Sun, 30 Jan 2005 12:41:31 -0800 (PST) david sumner <[EMAIL PROTECTED]> wrote: > Using pywin32, I'm trying to invoke multimedia devices > with the MCI (Media Control Interface) API's. These > commands do stuff like play video files. > > The strange thing is, all the relevant commands are > defi