Content deleted Content added
m Reverted edits by 70.44.167.28 to last version by Moonriddengirl (using Huggle) |
Adding local short description: "API for controlling multimedia peripherals", overriding Wikidata description "API for controlling multimedia peripherals connected to a Microsoft Windows or OS/2 computer" |
||
(43 intermediate revisions by 33 users not shown) | |||
Line 1:
{{Short description|API for controlling multimedia peripherals}}
The '''Media Control Interface''' 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 [[string (computer science)|string]]s. It uses relations described in Windows registries or in the [MCI] section of the file
== MCI Devices ==
The Media Control Interface consists of
*cdaudio
*digitalvideo
*overlay
*sequencer
*vcr
*videodisc
*waveaudio
Each of these so-called MCI devices (e.g. [[CD-ROM]] or VCD player) can play a certain type of files, e.g. {{mono|AVIVideo}} plays {{mono|.avi}} files, {{mono|CDAudio}} plays
== Playing media through the MCI interface ==
Line 22 ⟶ 26:
*Extended Commands
A full list of MCI commands can be found at [https://web.archive.org/web/20080905211931/http://msdn2.microsoft.com/en-us/library/ms712587.aspx Microsoft's MSDN Library].
== See also ==
{{windows-stub}}▼
* [[DirectShow]]
==References==
{{reflist}}
==External links==
*[http://msdn.microsoft.com/en-us/library/ms709461(VS.85).aspx Microsoft MCI Reference] - MSDN Library
{{Microsoft_Windows_components}}
[[Category:Microsoft application programming interfaces]]
[[Category:Microsoft Windows multimedia technology]]
[[Category:Multimedia frameworks]]
▲{{windows-stub}}
|