Jump to content

Media Control Interface: Difference between revisions

From EDM2
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
#REDIRECT [[Media Control Interface API]]
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:

Links