Media Control Interface: Difference between revisions
Appearance
	
	
| No edit summary | 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. | ||
| 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]] | ||
| == | ==Links== | ||
| *  | * https://msdn.microsoft.com/library/windows/desktop/dd757151.aspx | ||
| [[Category: | [[Category:MMPM/2]] | ||
Latest revision as of 17: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: