ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: MCI functions
24 results
List of constants used by the MCI functions.
List of MCI functions
Positions at the beginning of a media file that was opened beforehand MCIOpen.
Closes a media file.
Positions at the end of a media file that was opened beforehand MCIOpen.
Returns the number of the last error caused by a MCI function (Media Control Interface).
Runs an MCI command (Media Control Interface).
Returns the height (in pixels) of a media file used to display images.
Returns the caption of the last error that occurred on a MCI function (Media Control Interface).
Opens a media file.
Pauses playback of the media file previously opened (MCIOpen).
Plays a media file.
Returns or changes the current position in a media file previously opened (MCIOpen).
Fixes the format used to define the position in a media file (opened by MCIOpen).
Returns the last result of the MCI command run by MCIExecute.
Returns or changes the size of a media file previously opened (MCIOpen).
Returns the status of a media file that was opened beforehand MCIOpen.
Stops the execution of a media file that was opened beforehand (MCIOpen).
Returns the current track of a media file previously opened (MCIOpen).
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
Modifies or returns the sound volume.
Returns the width (in pixels) of a media file used to display images.
Changes the size and position of the display window of a media file previously opened (MCIOpen).
MCI functions are used to easily handle the media files...