Changes between Version 42 and Version 43 of SV8Specification
- Timestamp:
- 04/02/08 17:30:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SV8Specification
v42 v43 177 177 It contains a chapter position and associated tag.[[BR]] 178 178 There is 1 packet for each chapter. 179 When used in a file, all CT packets must be consecutive. They must be the next (group of) packet after Seek Table packet if present , or the last (group of) packet before the Stream End packet else. Chapters are presented by the application in the same order as they appear in the file.[[BR]]179 When used in a file, all CT packets must be consecutive. They must be the next (group of) packet after Seek Table packet if present at the end of the file, or the last (group of) packet before the Stream End packet else. Chapters are presented by the application in the same order as they appear in the file.[[BR]] 180 180 When used while streaming, this packet can be inserted between AP packets, and the tag data is valid for the next samples, until a new CT packet is sent. 181 181 182 182 || '''Field''' || '''Size (bits)''' || '''Value''' || '''Comment''' || 183 183 || Sample offset || n*8; 0 < n < 10 || || Position of the chapter in samples. In a file from the beginning of the file, in a stream from the last sample before this packet || 184 || APEv2 tag || n*8 || || [http://wiki.hydrogenaudio.org/index.php?title=APEv2_specification APEv2 tag] without the preamble { 'A', 'P', 'E', 'T', 'A', 'G', 'E', 'X' } in the header or footer, preferably without footer ||184 || APEv2 tag || n*8 || || [http://wiki.hydrogenaudio.org/index.php?title=APEv2_specification APEv2 tag] without the preamble { 'A', 'P', 'E', 'T', 'A', 'G', 'E', 'X' } in the header or footer, preferably without footer. This field is optional. || 185 185 186 186