|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.qtunes.db | |
---|---|
org.qtunes.db | The "db" package defines the API for the database, which stores the tracks and playlists |
org.qtunes.db.spi.simple | An implementation of the "database" package. |
org.qtunes.ff | The "ff" package groups the set of all file formats parsed by QTunes - MP3, MP4 etc. |
org.qtunes.ff.spi.mp3 | The "ff.spi.mp3" package reads and write the MP3 File Format, including providing an AudioInputStream |
org.qtunes.ff.spi.mp4 | The "ff.spi.mp4" package reads (and will one day write) the MP4 file format. |
org.qtunes.player | The "player" package defines the API for the music player |
org.qtunes.player.spi | The "player.spi" package has an implementations of the "player" API |
Classes in org.qtunes.db used by org.qtunes.db | |
---|---|
AbstractField
An AbstractField is what's passed in to Track.get(org.qtunes.db.AbstractField . |
|
Field
This class lists the various Fields that can be part of a Track |
|
Field.Search
The value returned by Field.getSearch() , this determines
whether the field should be indexed, searchable or neither when
stored in Lucene. |
|
FieldMap
A simple Map of Fields->Values. |
|
ManualPlaylist
A Simple Playlist that has a manually managed list of tracks. |
|
Playlist
A Playlist is a list of tracks, which may be manually or magically managed. |
|
SmartPlaylist
A Playlist which determines it's tracks based on a filter. |
|
Track
A Track is a single Track. |
Classes in org.qtunes.db used by org.qtunes.db.spi.simple | |
---|---|
Database
The Database manages the Tracks and Playlists. |
|
FieldMap
A simple Map of Fields->Values. |
|
ManualPlaylist
A Simple Playlist that has a manually managed list of tracks. |
|
Matcher
A Matcher determines whether the fields in a FieldMap match an
already existing track. |
|
Playlist
A Playlist is a list of tracks, which may be manually or magically managed. |
|
SmartPlaylist
A Playlist which determines it's tracks based on a filter. |
|
Track
A Track is a single Track. |
Classes in org.qtunes.db used by org.qtunes.ff | |
---|---|
FieldMap
A simple Map of Fields->Values. |
|
Track
A Track is a single Track. |
Classes in org.qtunes.db used by org.qtunes.ff.spi.mp3 | |
---|---|
FieldMap
A simple Map of Fields->Values. |
|
Track
A Track is a single Track. |
Classes in org.qtunes.db used by org.qtunes.ff.spi.mp4 | |
---|---|
FieldMap
A simple Map of Fields->Values. |
Classes in org.qtunes.db used by org.qtunes.player | |
---|---|
ManualPlaylist
A Simple Playlist that has a manually managed list of tracks. |
|
Track
A Track is a single Track. |
Classes in org.qtunes.db used by org.qtunes.player.spi | |
---|---|
ManualPlaylist
A Simple Playlist that has a manually managed list of tracks. |
|
Playlist
A Playlist is a list of tracks, which may be manually or magically managed. |
|
Track
A Track is a single Track. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |