Package com.jcraft.jorbis
Class VorbisFile
java.lang.Object
com.jcraft.jorbis.VorbisFile
public class VorbisFile
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description VorbisFile(java.io.InputStream inputStream, byte[] byteArray, int int1)
VorbisFile(java.lang.String string)
-
Method Summary
Modifier and Type Method Description int
bitrate(int int1)
int
bitrate_instant()
void
close()
Comment[]
getComment()
Comment
getComment(int int1)
Info[]
getInfo()
Info
getInfo(int int1)
int
pcm_seek(long long1)
long
pcm_tell()
long
pcm_total(int int1)
int
raw_seek(int int1)
long
raw_tell()
long
raw_total(int int1)
boolean
seekable()
int
serialnumber(int int1)
int
streams()
float
time_tell()
float
time_total(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VorbisFile
- Throws:
JOrbisException
-
VorbisFile
public VorbisFile(java.io.InputStream inputStream, byte[] byteArray, int int1) throws JOrbisException- Throws:
JOrbisException
-
-
Method Details
-
bitrate
public int bitrate(int int1) -
bitrate_instant
public int bitrate_instant() -
close
public void close() throws java.io.IOException- Throws:
java.io.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)
-