AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones multimedia
  • 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
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local