public class MP3Tune extends SidTune
SidTune.Clock, SidTune.Compatibility, SidTune.Model, SidTune.Speed
info, 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, prepare
public Integer placeProgramInMemory(byte[] c64buf)
SidTune
placeProgramInMemory
in class SidTune
public void save(String destFileName) throws IOException
save
in class SidTune
destFileName
- Destination for the file.IOException
public Collection<String> identify()
SidTune
public SidIdInfo.PlayerInfoSection getPlayerInfo(String playerName)
SidTune
getPlayerInfo
in class SidTune
playerName
- player to get infos forpublic static final SidTune load(File file) throws IOException, SidTuneError
IOException
SidTuneError
public byte[] getCoverArt()
public String getMD5Digest(MD5Method md5Method)
SidTune
getMD5Digest
in class SidTune
public String getMP3Filename()
protected long getInitDelay()
SidTune
getInitDelay
in class SidTune
Copyright © 2018 Ken Händel. All rights reserved.