| | |
Constant | Details | Used by the function |
---|
MciTreble | Element whose sound volume must be modified: Treble volume | MCIVolume |
MciWait | Added to the parameters of the MCI commands, this constant is used to indicate that the program must wait for the end of the MCI command to run the rest of the application. Example: MciExecute("play MyAvi " + MciWait) | MCIStopPlaying MCIBeginning MCIStatus MCIClose MCIEnd MCIPositionFormat MCIHeight MCIPlay MCIWidth MCITrackCount MCIOpen MCIPause MCITrack MCIPosition MCISize MCIWindowSize MCIVolume |
MciAudioCD | Name of the device to initialize: audio CD | MCIOpen |
MciDigitalVideo | Name of the device to initialize: digital video player | MCIOpen |
MciVideoDisc | Name of the device to initialize: video player | MCIOpen |
MciStatusStop | File Status: The file is stopped | MCIStatus |
MciStatusRecord | File Status: The file is currently recorded | MCIStatus |
MciStatusPlay | File Status: The file is opened and currently read | MCIStatus |
MciStatusOpen | File Status: The file is opened | MCIStatus |
MciStatusParked | File Status: The player is parked | MCIStatus |
MciStatusNotReady | File Status: Drive not ready | MCIStatus |
MciStatusPause | File Status: The file is paused | MCIStatus |
MciStatusSeek | File Status: Search/Positioning in progress in the file | MCIStatus |
MciFormatHMS | Format of the position: Number of hours, minutes and seconds expressed as "hh:mm:ss". | MCIPositionFormat |
MciFormatFrame | Format of the position: Number of Images | MCIPositionFormat |
MciFormatMSF | Format of the position: Milliseconds | MCIPositionFormat |
MciFormatMS | Format of the position: Format: Minute, Second, Frame (":mm:ss:ff") | MCIPositionFormat |
MciFormatByte | Format of the position: Number of Bytes | MCIPositionFormat |
MciFormatTrack | Format of the position: Number of Tracks | MCIPositionFormat |
MciFormatTMSF | Format of the position: Format: Track, Minute, Second, Frame ("tt:mm:ss:ff") | MCIPositionFormat |
MciBass | Element whose sound volume must be modified: Bass volume | MCIVolume |
MciModeCentered | Mode for displaying the file in the window: Image centered in the window | MCIOpen, MCIWindowSize |
MciModeStretched | Mode for displaying the file in the window: Image stretched to occupy the entire surface | MCIOpen, MCIWindowSize |
MciModeHomotheticCentered | Mode for displaying the file in the window: Image proportionally stretched | MCIOpen, MCIWindowSize |
MciModeNormal | Mode for displaying the file in the window: Display at 100% | MCIOpen, MCIWindowSize |
MciSequencer | Name of the device to initialize: MDI mixing table | MCIOpen |
MciStyleChild | Type of window or control (child window, popup, etc.) in which the media file will be displayed: Child window of the current window | MCIOpen |
MciStylePopup | Type of window or control (child window, popup, etc.) in which the media file will be displayed: Window displayed in popup mode | MCIOpen |
MciStyleOverlapped | Type of window or control (child window, popup, etc.) in which the media file will be displayed: Standard window | MCIOpen |
MciRightVolume | Element whose sound volume must be modified: Right volume | MCIVolume |
MciLeftVolume | Element whose sound volume must be modified: Left volume | MCIVolume |
MciWaveAudio | Name of the device to initialize: WAV player | MCIOpen |