Top "Mci" questions

MCI (short for Media Control Interface) is a high-level API providing standard commands for playing multimedia devices and recording multimedia resource files.

Simplest way to play mp3 from Visual C++

A few years back, I wrote some util library around DShow/DSound to let me play MP3s in a …

winapi mp3 directshow audio mci
"A problem occurred in initializing MCI" playsound issues

I'm trying to use playsound to play a file within the folder of my code, however very time I run …

python python-3.x audio playsound mci
How to find the source of an 'Access Violation'

To put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav …

windbg access-violation winmm mci windows-error-reporting
Start and stop MediaElement at specific times

I am change an app over to WPF, it plays audio and video and pictures all based on timed events .. …

c# wpf video mediaelement mci
MP3 playing using mci send string c++

I'm trying to play some mp3 files as my background music in one of my project which Im doing. I …

c++ visual-c++ clr mci
Attempting to open CD tray

I'm trying to open and close the CD tray of my computer using a piece of code. I have been …

c++ winapi mci