Uses of Class
yearreview.app.data.sources.audio.database.AudioDatabase
Package
Description
-
Uses of AudioDatabase in yearreview.app.data.sources.audio
Modifier and TypeFieldDescriptionprivate AudioDatabase
AudioDataSource.database
Database to store the data in. -
Uses of AudioDatabase in yearreview.app.data.sources.audio.adapter
Modifier and TypeFieldDescriptionprotected final AudioDatabase
AudioDatabaseAdapter.database
Stores the database to insert the data into.Modifier and TypeMethodDescriptionstatic AudioDatabaseAdapter
AudioDatabaseAdapter.getAdapter
(AudioDatabase database, XmlNode config) Creates a new Adapter by its name.ModifierConstructorDescriptionAudioDatabaseAdapter
(AudioDatabase database) Constructs an adapter.SpotifyAdapter
(AudioDatabase database, XmlNode config) Constructs a new SpotifyAdapter with a database to use and a configuration. -
Uses of AudioDatabase in yearreview.app.data.sources.audio.database
Modifier and TypeFieldDescriptionprivate final AudioDatabase
AudioTopListAdapter.database
Database to adapt for the TopList.ModifierConstructorDescriptionAudioTopListAdapter
(AudioDatabase database, AudioData.Type type) Constructs a AudioTopListAdapter from a given database andAudioData.Type
to get theDuraitonValues
for.