|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.util.AudioUtil
public class AudioUtil
| Constructor Summary | |
|---|---|
AudioUtil()
|
|
| Method Summary | |
|---|---|
static javax.sound.sampled.Clip |
getClip(java.io.File file)
Returns the clip of the given audio file. |
static long |
getDuration(java.io.File file)
Returns the duration of the audio file in millisecond. |
static java.util.Map |
getMetaData(java.io.File file)
Returns the meta data of the given audio file. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioUtil()
| Method Detail |
|---|
public static java.util.Map getMetaData(java.io.File file)
file - the file to process
public static long getDuration(java.io.File file)
file - the file to process
public static javax.sound.sampled.Clip getClip(java.io.File file)
file - the file to process
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||