| Interface | Description |
|---|---|
| MusicHelper |
here lies some utility-methods for the music-player
|
| MusicProvider |
here are the methods for the interfaces to access all needed states.
|
| MusicResourceGenerator |
this interface is used to generate the resources.
|
| Class | Description |
|---|---|
| Playlist |
a playlist is a list of TrackInfo-objects, it is immutable!
|
| Progress |
The Progress of the current track.
|
| TrackInfo |
This class represents the Information about one track, this class is immutable
|
| Volume |
this class represents a symbolic volume (int from 0(=silent) to 100(=loudest) or -1 for mute)
|
| Enum | Description |
|---|---|
| PlaybackMode |
this class holds the different playback-modes
|
| PlaybackState |
this class represents the 2 different PlaybackStates
|
Copyright © 2016. All rights reserved.