Package com.jcraft.jorbis
Class VorbisFile
java.lang.Object
com.jcraft.jorbis.VorbisFile
-
Constructor Summary
ConstructorsConstructorDescriptionVorbisFile(InputStream inputStream, byte[] byteArray, int int1) VorbisFile(String string) -
Method Summary
Modifier and TypeMethodDescriptionintbitrate(int int1) intvoidclose()Comment[]getComment(int int1) Info[]getInfo()getInfo(int int1) intpcm_seek(long long1) longpcm_tell()longpcm_total(int int1) intraw_seek(int int1) longraw_tell()longraw_total(int int1) booleanseekable()intserialnumber(int int1) intstreams()floatfloattime_total(int int1)
-
Constructor Details
-
VorbisFile
- Throws:
JOrbisException
-
VorbisFile
- Throws:
JOrbisException
-
-
Method Details
-
bitrate
public int bitrate(int int1) -
bitrate_instant
public int bitrate_instant() -
close
- Throws:
IOException
-
getComment
-
getComment
-
getInfo
-
getInfo
-
pcm_seek
public int pcm_seek(long long1) -
pcm_tell
public long pcm_tell() -
pcm_total
public long pcm_total(int int1) -
raw_seek
public int raw_seek(int int1) -
raw_tell
public long raw_tell() -
raw_total
public long raw_total(int int1) -
seekable
public boolean seekable() -
serialnumber
public int serialnumber(int int1) -
streams
public int streams() -
time_tell
public float time_tell() -
time_total
public float time_total(int int1)
-