G T V

G

getBitrate() - Method in class VorbisInfo
Returns the average bitrate of the stream in kbps.
getChannels() - Method in class VorbisInfo
Returns the number of channels in the bitstream.
getComments(String) - Method in class VorbisInfo
Returns a Vector containing values from the comment header.
getFields() - Method in class VorbisInfo
Returns a Set of comment field names in no particular order.
getRate() - Method in class VorbisInfo
Returns the rate of the stream in Hz.

T

toString() - Method in class VorbisInfo
Prints out the information from an Ogg Vorbis stream in a nice, humanly-readable format.

V

VorbisInfo - class VorbisInfo.
A utility for reading information and comments from the header packets of an Ogg Vorbis stream.
VorbisInfo(InputStream) - Constructor for class VorbisInfo
Initializes Ogg Vorbis information based on the header from a stream.

G T V