Jump to content

Media Control Interface: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
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.
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.


==References==
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]]
* [[Media Control Interface API]]
* [[Multimedia Programming Reference]]
* [[Multimedia Programming Reference]]


==External Links==
==Links==
* [http://cyberkinetica.homeunix.net/os2tk45/mmref1/ Multimedia Programming Reference, Part 1 of 3]
* https://msdn.microsoft.com/library/windows/desktop/dd757151.aspx


[[Category:Components]]
[[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:

Links