org/vorbis/doc/Vorbis_I_spec.html#vorbis-spec-comment Read decodes the packet data using the following algorithm: [vendor_length] = read an unsigned integer of 32 bits [vendor_string] = read a UTF-8 vector as [vendor_length] octets [user_comment_list_length] = read an unsigned integer of 32 bits iterate [user_comment_list_length] times { 5) [length] = read an unsigned integer of 32 bits 6) this iteration's user comment = read a UTF-8 vector as [length] octets } [framing_bit] = read a single bit as boolean if ( [framing_bit] unset or end-of-packet ) then ERROR done.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.