Media Control Interface

The Media Control InterfaceMCI for short — is a high-level API developed by Microsoft and IBM for controlling multimedia peripherals connected to a Microsoft Windows or OS/2 computer, such as CD-ROM players and audio controllers.

MCI makes it very simple to write a program which can play a wide variety of media files and even to record sound by just passing commands as strings. It uses relations described in Windows registries or in the [MCI] section of the file system.ini. One advantage of this API is that MCI commands can be transmitted both from the programming language and from the scripting language (open script, lingo aso). Example of such commands are mciSendCommand or mciSendString.

After a few years, the MCI interface has been phased out in favor of the DirectX APIs first released in 1995.[1]

  1. ^ Banerji (2010). Multimedia Technologies. McGraw-Hill Education (India) Pvt Limited. p. 55. ISBN 9780070669239. Retrieved 2017-11-29.