Uses of Class
org.deepsymmetry.beatlink.data.MetadataCache
-
Packages that use MetadataCache Package Description org.deepsymmetry.beatlink.data Offers rich information about the tracks loaded in players on the network. -
-
Uses of MetadataCache in org.deepsymmetry.beatlink.data
Methods in org.deepsymmetry.beatlink.data that return MetadataCache Modifier and Type Method Description MetadataCacheMetadataFinder. getMetadataCache(SlotReference slot)Finds the metadata cache file assigned to a particular player media slot, if any.Methods in org.deepsymmetry.beatlink.data with parameters of type MetadataCache Modifier and Type Method Description voidMetadataCacheListener. cacheAttached(SlotReference slot, MetadataCache cache)Invoked whenever a metadata cache is attached, so the player does not need to be queried when metadata is desired for tracks in that slot.
-