Package com.jcraft.jorbis
Class VorbisFile
java.lang.Object
com.jcraft.jorbis.VorbisFile
-
Constructor Summary
ConstructorDescriptionVorbisFile
(InputStream is, byte[] initial, int ibytes) VorbisFile
(String file) -
Method Summary
Modifier and TypeMethodDescriptionint
bitrate
(int i) int
void
close()
Comment[]
getComment
(int link) Info[]
getInfo()
getInfo
(int link) int
pcm_seek
(long pos) long
pcm_tell()
long
pcm_total
(int i) int
raw_seek
(int pos) long
raw_tell()
long
raw_total
(int i) boolean
seekable()
int
serialnumber
(int i) int
streams()
float
float
time_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
-