| Package | Description |
|---|---|
| com.soundhelix.misc |
| Modifier and Type | Method and Description |
|---|---|
Track.TrackType |
Track.getType()
Returns the track's type.
|
static Track.TrackType |
Track.TrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Track.TrackType[] |
Track.TrackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Track(Track.TrackType type)
Constructor.
|