미디어/동영상

MCI(Media Control Interface)

jjryu 2009. 8. 18. 23:03
Windows Multi-Media extensions library
WINMM.DLL

MCI는 WAVE 파일, AVI 파일(Audio-Video Interleaded), MPEG 파일, CD-AUDIO를 비롯한 각종 매체를 다룰 수 있다.
VFW(Video For Windows)를 통합

MFC에는 멀티미디어 기능을 직접 지원하는 클래스가 없다.

Audio Stream
amplitude

Bits Per Sample
Number Of Channels
separate streams of audio
Sample Rate

(Hz * Sample Bit Rate * Channels)/(Bits Per Byte) = Bytes Per Second

PCM(Pulse Code Modulation)
audio format that is pretty much "raw" audio
audio hardware directly interacts with

CODEC(COmpression DECompression)
video and audio

ACM(Audio Converter Modules)
MP3 ACM
convert MP3 audio to PCM audio

오디오 서비스
ACM(Audio Compression Manager)
압축된 경우

비디오 서비스
MCIWndCreate()
MCIWndOpen()

MCIWNDM_NOTIFYSIZE

mciSendCommand()
MCI_OPEN
MCI_CLOSE
MCI_PLAY
MCI_PAUSE
MCI_SEEK
MCI_SEEK_TO_START
MCI_SEEK_TO_END
MCI_STATUS

MCI_NOTIFY // MM_MCINOTIFY

MM_MCINOTIFY // MCI_NOTIFY

참조 사이트: