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