Module Ogg::Codecs::VorbisComments
In: lib/ogg/codecs/comments.rb

See www.xiph.org/vorbis/doc/v-comment.html Methods to pack/unpack vorbis comment packets intended to be included into Codec classes

Methods

Public Instance methods

Pack tag Hash and vendor string into an ogg packet.

unpack a packet, skipping the preamble returns a 2 element array being a Hash of tag/value pairs and the vendor string

[Validate]