|
Class Summary |
| OggCRCFactory |
OffCRC Calculations
$Id: OggCRCFactory.java 836 2009-11-12 15:44:07Z paultaylor $ |
| OggInfoReader |
Read encoding info, only implemented for vorbis streams |
| OggPageHeader |
$Id: OggPageHeader.java 822 2009-10-27 08:52:55Z paultaylor $
reference:http://xiph.org/ogg/doc/framing.html |
| OggPageHeader.PacketStartAndLength |
Within the page specifies the start and length of each packet
in the page offset from the end of the pageheader (after the segment table) |
| VorbisIdentificationHeader |
Vorbis Identification header
From http://xiph.org/vorbis/doc/Vorbis_I_spec.html#id326710
The identification header is a short header of only a few fields used to declare the stream definitively as Vorbis,
and provide a few externally relevant pieces of information about the audio stream. |
| VorbisSetupHeader |
Vorbis Setup header
We dont need to decode a vorbis setup header for metatagging, but we should be able to identify
it. |