| java.lang.Object example.mmademo.RingToneConverter
RingToneConverter | public class RingToneConverter (Code) | | Converts ring tone files to the MMAPI tone player format.
Those file as can be downloaded from the Internet, e.g.
http://www.surgeryofsound.co.uk/
http://www.convertyourtone.com/
http://www.filmfind.tv/ringtones/
version: 1.4 |
RingToneConverter | public RingToneConverter(String url) throws IOException, Exception(Code) | | Tries to convert the passed file. The entire contents are read
into memory and then different parsers are tried.
exception: IOException - - on read error exception: Exception - - if url does not contain a valid ring tone text file |
dumpSequence | public void dumpSequence()(Code) | | Dump the sequence as hexadecimal
numbers to standard out. This
can be used to create .jts files
from RTTTL files.
|
getSequence | public byte[] getSequence()(Code) | | |
|
|