public class MP3Tune extends SidTune
SidTune.Clock, SidTune.Compatibility, SidTune.Model, SidTune.Speedinfo, RESET, RESET_INIT_DELAY, USE_KICKASSEMBLER| Constructor and Description |
|---|
MP3Tune() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCoverArt()
Get cover art bitmap.
|
protected long |
getInitDelay()
Return delay in C64 clocks before song init is done.
|
String |
getMD5Digest(MD5Method md5Method)
Calculate MD5 checksum.
|
String |
getMP3Filename() |
SidIdInfo.PlayerInfoSection |
getPlayerInfo(String playerName)
Search player ID Info.
|
Collection<String> |
identify()
Identify the player ID of a tune
|
static SidTune |
load(File file) |
Integer |
placeProgramInMemory(byte[] c64buf)
Copy program into C64 memory.
|
void |
save(String destFileName) |
getContents, getInfo, getInitDelay, getPSidHeader, getSIDAddress, getSongSpeed, getSongSpeedWord, isFakeStereoSid, isSIDUsed, isSolelyPrg, load, load, preparepublic Integer placeProgramInMemory(byte[] c64buf)
SidTuneplaceProgramInMemory in class SidTunepublic void save(String destFileName) throws IOException
save in class SidTunedestFileName - Destination for the file.IOExceptionpublic Collection<String> identify()
SidTunepublic SidIdInfo.PlayerInfoSection getPlayerInfo(String playerName)
SidTunegetPlayerInfo in class SidTuneplayerName - player to get infos forpublic static final SidTune load(File file) throws IOException, SidTuneError
IOExceptionSidTuneErrorpublic byte[] getCoverArt()
public String getMD5Digest(MD5Method md5Method)
SidTunegetMD5Digest in class SidTunepublic String getMP3Filename()
protected long getInitDelay()
SidTunegetInitDelay in class SidTuneCopyright © 2018 Ken Händel. All rights reserved.