Serialized Form


Package entagged.audioformats

Class entagged.audioformats.AudioFile extends File implements Serializable

Serialized Fields

info

EncodingInfo info

tag

Tag tag

id

int id

Package entagged.audioformats.exceptions

Class entagged.audioformats.exceptions.CannotReadException extends Exception implements Serializable

Class entagged.audioformats.exceptions.CannotWriteException extends Exception implements Serializable

Class entagged.audioformats.exceptions.ModifyVetoException extends Exception implements Serializable


Package hotsax.html.sax

Class hotsax.html.sax.HtmlParserException extends Exception implements Serializable

Class hotsax.html.sax.UnspecifiedSemanticLexerException extends HtmlParserException implements Serializable


Package sk.baka.ambient

Class sk.baka.ambient.AppState extends Object implements Serializable

serialVersionUID: 6222503996948628518L

Serialized Fields

playlist

IPlaylistStrategy playlist
The playlist strategy.


state

PlayerStateEnum state
State of playback.


position

int position
Position in playback, in milliseconds.


repeat

Repeat repeat
The repeat state.


random

Random random
The random state.


visibleController

int visibleController
The MainActivity visible controller.


online

boolean online
Are we online?


zoomed

boolean zoomed
Is GUI zoomed?


ampacheClient

AmpacheClientBean ampacheClient
The Ampache client configuration.


welcomeVersion

String welcomeVersion
A welcome dialog was shown for this version of Ambient.


Package sk.baka.ambient.activity

Class sk.baka.ambient.activity.AmpacheClientBean extends Object implements Serializable

serialVersionUID: -7484521864864745310L

Serialized Fields

host

String host
Host name of the ampache server.


username

String username
Optional user name for ampache.


password

String password
Password for ampache.


Package sk.baka.ambient.collection

Class sk.baka.ambient.collection.CategoryItem extends Object implements Serializable

serialVersionUID: -6381439171709962868L

Serialized Fields

id

Object id
The collection-strategy-dependent ID, may be null.


name

String name
The name of the item, may be null if the name is missing.


year

String year
In case of an album the year may be specified. null if not known.


category

CategoryEnum category
The category of this item, must not be null.


albums

int albums
Contains a number of albums for given artist or genre. Equals to 1 for CategoryEnum.Title and CategoryEnum.Album categories. May be -1 if not known.


songs

int songs
Contains a number of songs for given artist, genre or album. Equals to 1 for CategoryEnum.Title. May be -1 if not known.

Class sk.baka.ambient.collection.CollectionException extends Exception implements Serializable

serialVersionUID: 533317548464833673L

Class sk.baka.ambient.collection.Statistics extends Object implements Serializable

serialVersionUID: -6991284221227650772L

Serialized Fields

tracks

int tracks
Number of tracks.


length

int length
Overall length in seconds.


fileSize

long fileSize
Overall file size.


albums

int albums
Albums count.


artists

int artists
Artists count.

Class sk.baka.ambient.collection.TrackMetadataBean extends Object implements Serializable

serialVersionUID: 7772018128569847012L

Serialized Fields

yearReleased

String yearReleased
The year released.


frequency

int frequency
Frequency in hz.


buyURL

String buyURL
You can buy the album here


license

String license
The license URL


artistURL

String artistURL
A link to artist's page


artistDesc

String artistDesc
The artist's description.


displayableName

String displayableName

title

String title
Track title.


artist

String artist
Artist.


composer

String composer
Original composer.


album

String album
Album name.


genre

String genre
Genre.


trackNumber

String trackNumber
Track number.


location

String location
Location on the filesystem. May be URL if it is an Internet stream.


length

int length
Length in seconds. May be 0 if not known.


bitrate

int bitrate
Bitrate in kbps. If zero then it is not known.


fileSize

long fileSize
File size in bytes. -1 if the track is an Internet stream.


origin

TrackOriginEnum origin
The track location.


Package sk.baka.ambient.collection.ampache

Class sk.baka.ambient.collection.ampache.AmpacheException extends Exception implements Serializable

serialVersionUID: 6318537191144874353L

Serialized Fields

errorMsg

String errorMsg
The error message.


errorCode

String errorCode
The error code.


Package sk.baka.ambient.collection.local

Class sk.baka.ambient.collection.local.AbstractTrackProvider extends Object implements Serializable

serialVersionUID: 8828698373273796738L

Serialized Fields

random

Random random
The track ordering.

Class sk.baka.ambient.collection.local.LibraryTrackProvider extends AbstractTrackProvider implements Serializable

serialVersionUID: 1L

Class sk.baka.ambient.collection.local.MediaStoreTrackProvider extends AbstractTrackProvider implements Serializable

serialVersionUID: 1L


Package sk.baka.ambient.commons

Class sk.baka.ambient.commons.NullArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: -6141263723017460341L

Class sk.baka.ambient.commons.ServerHttpException extends Exception implements Serializable

serialVersionUID: -582260129800748510L

Serialized Fields

errorCode

int errorCode
The error code.


message

String message

Package sk.baka.ambient.playlist

Class sk.baka.ambient.playlist.DynamicPlaylistStrategy extends Object implements Serializable

serialVersionUID: -8794527285381642344L

Serialized Fields

provider

IDynamicPlaylistTrackProvider provider
Provides tracks for playing.


playlist

LinkedList<E> playlist
The playlist. Always contains at most DynamicPlaylistStrategy.historyLength + 1 + DynamicPlaylistStrategy.upcomingTrackCount tracks.


currentTrack

int currentTrack
Currently played song. Index to the DynamicPlaylistStrategy.playlist list. -1 if no song is currently being played.


random

Random random

queuedCount

int queuedCount
Tracks <DynamicPlaylistStrategy.currentTrack + 1 .. DynamicPlaylistStrategy.currentTrack + DynamicPlaylistStrategy.queuedCount> are currently queued.

Class sk.baka.ambient.playlist.PlaylistItem extends Object implements Serializable

serialVersionUID: 2078282720983760799L

Serialized Fields

track

TrackMetadataBean track
The track meta.


playCount

int playCount
how many times this track was played.


queueOrder

int queueOrder
the order in which the track is queued, or 0 if the track is not queued.

Class sk.baka.ambient.playlist.StaticPlaylistStrategy extends Object implements Serializable

serialVersionUID: -8220847953995138930L

Serialized Fields

playlist

List<E> playlist
The playlist, as shown on screen and defined by the user.


queue

LinkedList<E> queue
Songs queued manually by the user. Items polled from the queue are to be played first.


playOrder

List<E> playOrder

The expected play order. If shuffle is disabled then this is equal to StaticPlaylistStrategy.playlist. If shuffle is enabled then this is a permutated version of the StaticPlaylistStrategy.playlist.


currentTrack

int currentTrack
Currently played song. Index to the StaticPlaylistStrategy.playOrder list. -1 if no song is currently being played.


random

Random random
Play tracks in this order.


Package sk.baka.ambient.stream.shoutcast

Class sk.baka.ambient.stream.shoutcast.RadioStreamCorruptedException extends IOException implements Serializable

serialVersionUID: 923345080714574552L



Copyright © 2007-2008. All Rights Reserved.