Media Control Interface: Difference between revisions
Appearance
Martini moved page Media Control Interface to Media Control Interface API |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
The Media Control Interface — MCI 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. | |||
This programming interface can either be a command message interface (by C procedure calls) or a command string interface. | |||
See also: | |||
* [[Media Control Interface API]] | |||
* [[Multimedia Programming Reference]] | |||
==Links== | |||
* https://msdn.microsoft.com/library/windows/desktop/dd757151.aspx | |||
[[Category:MMPM/2]] |
Latest revision as of 18:12, 23 December 2017
The Media Control Interface — MCI 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.
This programming interface can either be a command message interface (by C procedure calls) or a command string interface.
See also: