Changeset 1007
- Timestamp:
- 2005-03-02 15:47:15 (4 years ago)
- Files:
-
- standards/draft-pfeiffer-annodex-current.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
standards/draft-pfeiffer-annodex-current.xml
r1006 r1007 410 410 </list> 411 411 </t> 412 <t>Version major: 2 Byte short unsigned integer number signifying412 <t>Version major: 2 Byte unsigned integer signifying 413 413 the major version number of the CMML format bitstream. 414 414 </t> 415 <t>Version minor: 2 Byte short unsigned integer number signifying415 <t>Version minor: 2 Byte unsigned integer signifying 416 416 the minor version number of the CMML format bitstream. 417 417 </t> … … 591 591 </list> 592 592 </t> 593 <t>Version major: 2 Byte short unsigned integer number593 <t>Version major: 2 Byte unsigned integer 594 594 signifying the major version number of the skeleton 595 595 bitstream. This document specifies the major version 3. 596 596 </t> 597 <t>Version minor: 2 Byte short unsigned integer number597 <t>Version minor: 2 Byte unsigned integer 598 598 signifying the minor version number of the skeleton 599 599 bitstream. This document specifies the minor version 0. 600 600 </t> 601 601 <t>Presentationtime numerator & denominator: 8 Byte integer 602 numbereach, numerator signed, denominator unsigned.602 each, numerator signed, denominator unsigned. 603 603 They represent together the time at which to start 604 604 presenting the Ogg physical bitstream given as a rational number. … … 613 613 </t> 614 614 <t>Basetime numerator & denominator: 8 Byte integer 615 numbereach, numerator signed, denominator unsigned.615 each, numerator signed, denominator unsigned. 616 616 They represent together the basetime of the 617 617 Ogg physical bitstream given as a rational number like the … … 707 707 </list> 708 708 </t> 709 <t>Offset to message header fields: 4 Byte unsigned integer number709 <t>Offset to message header fields: 4 Byte unsigned integer 710 710 that contains the number of bytes used in this packet before the 711 711 message header fields. For the version of the skeleton bitstream … … 714 714 bitstream allowing to parse message header fields even if 715 715 more fields get inserted before them.</t> 716 <t>Serial number: 4 Byte unsigned integer numbercontaining the716 <t>Serial number: 4 Byte unsigned integer containing the 717 717 bitstream_serial_number of the Ogg logical bitstream described 718 718 by this skeleton secondary header packet and thus connecting 719 719 it to the logical bitstream.</t> 720 <t>Number of header packets: a 4 Byte unsigned integer number720 <t>Number of header packets: a 4 Byte unsigned integer 721 721 that contains the number of header packets of that 722 722 particular logical bitstream consisting of the bos page and the 723 723 secondary header pages.</t> 724 724 <t>Granulerate numerator & denominator: 8 Byte integer 725 numbereach, numerator signed, denominator unsigned.725 each, numerator signed, denominator unsigned. 726 726 They represent the temporal resolution of the 727 727 logical bitstream in Hz given as a rational number in the 728 728 same way as the basetime attribute above.</t> 729 <t>Startgranule: 8 Byte signed integer numberthat represents the729 <t>Startgranule: 8 Byte signed integer that represents the 730 730 granule number with which this logical bitstream starts, which 731 731 is originally 0, but will be a positive offset when only a 732 732 subpart of the stream is requested.</t> 733 <t>Preroll: 4 Byte signed integer numberthat contains the number of733 <t>Preroll: 4 Byte signed integer that contains the number of 734 734 packets to pre-roll in order to decode a current packet 735 735 correctly. This is for example the case with Ogg vorbis, 736 736 which requires a pre-roll of 2 packets.</t> 737 <t>Granuleshift: a 1 Byte unsigned integer numberdescribing737 <t>Granuleshift: a 1 Byte unsigned integer describing 738 738 whether to partition the granule_position into two for that 739 739 logical bitstream, and how many of the lower bits to use for