Maven module :un.storage : media-ogg :
Class : un.storage.media.vorbis.VorbisComments
Extends/Implements : un.storage.media.vorbis.VorbisPacket
Subclasses : -

The Vorbis text comment header is the second (of three) header packets
that begin a Vorbis bitstream. It is meant for short text comments,
not arbitrary metadata; arbitrary metadata belongs in a separate logical bitstream
(usually an XML stream type) that provides greater structure and machine parseability.

@author Johann Sorel


Variables : vendor, comments, framingFlag
Functions : VorbisComments, read


public Chars vendor

public Sequence comments


[framing_flag] = read one bit */
public boolean framingFlag


public void VorbisComments ()

public void read (DataInputStream ds)