The Media Management service allows Python applications to retrieve information from the media files stored in the media gallery of an S60 device.
It is used to access information about different types of media including music, sounds, images, video, and streaming.
You can create applications like custom photo viewer or audio player that displays or, otherwise incorporate media, using the Media Management service.
The following sample code is used to load the provider:
import scriptext msg_handle = scriptext.load('Service.MediaManagement', 'IDataSource')
The following table summarizes the Media Management Interface:
Service provider | Service.MediaManagement |
Supported interfaces | IDataSource |
The following table lists the services available in Media Management:
Services | Description |
Getlist 6.9.1 |
Retrieves information from a given service or data source on S60 device. |