trackSelectionCallback property

JSFunction trackSelectionCallback
getter/setter pair

function Called inside store() to determine which tracks to save from a manifest. It is passed an array of Tracks from the manifest and it should return an array of the tracks to store.

Implementation

external JSFunction trackSelectionCallback;