Content:
- Properties
- Methods

The MediaStore is used to query audio information from the android provider or from the device in the “/sdcard/Music” folder.

med = app.CreateMediaStore( ) → app object: MediaStore

Example - Query Artists click to expand contents 

Example - Query Albums click to expand contents 

Example - Query Media click to expand contents 

Properties

The following properties are available on the MediaStore object:

dataObject: { key, value }

Methods

The following methods are available on the MediaStore object:

GetAlbumArt( image, id, options? ) → Boolean
GetSongArt( image, id, options? ) → Boolean
GetType() → String: “MediaStore”