Lines Matching full:comment
4 \section{comment field and header specification} \label{vorbis:spec:comment}
8 The Vorbis text comment header is the second (of three) header
14 The comment field is meant to be used much like someone jotting a
29 \subsection{Comment encoding}
33 The comment header is logically a list of eight-bit-clean vectors; the
43 in the comment header is octet-aligned, they can simply be read as
46 The comment header is decoded as follows:
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
66 The comment vectors are structured similarly to a UNIX environment variable.
67 That is, comment fields consist of a field name and a corresponding value and
72 comment[0]="ARTIST=me";
73 comment[1]="TITLE=the sound of Vorbis";
95 mandatory; a comment header may contain one, all or none of the names
171 reason. The proper use of comment fields should be clear through
180 comment header. As an example, assume a track was recorded by three
199 The comment header comprises the entirety of the second bitstream
202 to within the second bitstream page. The length of the comment header
203 packet is (practically) unbounded. The comment header packet is not
207 The comment header is encoded as follows (as per Ogg's standard
220 Number of comment fields (32 bit unsigned quantity specifying number of fields)
223 …Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying nu…
226 …Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, …
229 Comment field 1 length (if [Number of comment fields] $>1$...)...