TSongFileNameEvent Delegate

A function getting the UniqID of a song to answer with it's local file name and path (realy local or in a cache) Used as event.

Unit: Zicplay.Types
type TSongFileNameEvent = function(AUniqID: string): string of object

Parameters

AUniqID
Type: System.string

Return Value

Type: System.string