ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multimedia functions
  • Specific features for iPhone/iPad
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MultimediaClose (Function)
In french: MultimédiaFerme
Closes the media file currently played in the Multimedia control. The memory allocated to the multimedia file is freed.
Example
WINDEVReports and QueriesWindowsUser code (UMC)
MyFile is string = "C:\My music\mysong.mp3"
 
MultimediaPlay(MM_Multimedia1, MyFile)
...
MultimediaClose(MM_Multimedia1)
Syntax
<Result> = MultimediaClose(<Name of Multimedia control>)
<Result>: Boolean
  • True if the file played in the Multimedia control is closed properly,
  • False if an error occurred. To get more details on the error, use ErrorInfo.
<Name of Multimedia control>: Character string
Name of the Multimedia control to be used.
Remarks
iPhone/iPad

Specific features for iPhone/iPad

MultimediaClose and MultimediaStop are equivalent: the current reading of a multimedia file in a Multimedia control is stopped but the multimedia file remains loaded in memory.
Component: wd290obj.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help