|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.MP3Helper
public class MP3Helper
MP3 Utilities
Field Summary | |
---|---|
private static MP3Helper |
_theInstance
|
Constructor Summary | |
---|---|
private |
MP3Helper()
|
Method Summary | |
---|---|
static MP3Helper |
getInstance()
|
static void |
main(java.lang.String[] args)
Makes a streaming SWF from an MP3. |
static java.util.List |
streamingBlocks(java.io.InputStream mp3,
SWFTagTypes tags,
int framesPerSecond)
Read an MP3 input file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final MP3Helper _theInstance
Constructor Detail |
---|
private MP3Helper()
Method Detail |
---|
public static MP3Helper getInstance()
public static java.util.List streamingBlocks(java.io.InputStream mp3, SWFTagTypes tags, int framesPerSecond) throws java.io.IOException
mp3
- Description of the Parametertags
- Description of the ParameterframesPerSecond
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic static void main(java.lang.String[] args) throws java.io.IOException
args
- The command line arguments
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |