Uses of Interface
org.jaudiotagger.audio.ogg.util.VorbisHeader

Packages that use VorbisHeader
org.jaudiotagger.audio.ogg.util   
 

Uses of VorbisHeader in org.jaudiotagger.audio.ogg.util
 

Classes in org.jaudiotagger.audio.ogg.util that implement VorbisHeader
 class 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.

 class VorbisSetupHeader
          Vorbis Setup header

We dont need to decode a vorbis setup header for metatagging, but we should be able to identify it.