com.jcraft.jorbis
public class VorbisFile extends Object
| Constructor Summary | |
|---|---|
| VorbisFile(String file) | |
| VorbisFile(InputStream is, byte[] initial, int ibytes) | |
| Method Summary | |
|---|---|
| int | bitrate(int i) |
| int | bitrate_instant() |
| void | close() |
| Comment | getComment(int link) |
| Comment[] | getComment() |
| Info | getInfo(int link) |
| Info[] | getInfo() |
| 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 | time_tell() |
| float | time_total(int i) |