MediaScannerResponse

Simple object passed to the scanMediaFiles callback.

The callback is called once per scanned file.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

MediaScannerResponse
path : String

Path to the media file that was scanned.

Path to the media file that was scanned.

MediaScannerResponse
uri : String

URI to the file if it was scanned and added to the media library, or null if the file was not added.

URI to the file if it was scanned and added to the media library, or null if the file was not added.