OGG Container: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks |
||
| Line 13: | Line 13: | ||
//header | //header | ||
4 bytes (char) - signature // "OggS" | 4 bytes (char) - signature // "OggS" | ||
1 byte (uint8) - version // 0x00 | |||
1 byte (uint8) - header type flag // e.g. 0x02 | |||
8 bytes (uint64) - granule position // can be 0x00 | |||
4 bytes (uint32) - bitstream serial number // unique serial number by which | |||
// the logical bitstream is identified | |||
// TODO | // TODO | ||
Revision as of 22:39, 9 November 2021
Back to index | Edit this page
OGG
- Format Type : Audio
- Endian Order : Little Endian
- Signature : OggS
Format Specifications
//header
4 bytes (char) - signature // "OggS"
1 byte (uint8) - version // 0x00
1 byte (uint8) - header type flag // e.g. 0x02
8 bytes (uint64) - granule position // can be 0x00
4 bytes (uint32) - bitstream serial number // unique serial number by which
// the logical bitstream is identified
// TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- Ogg Vorbis Audio
Games
List of games using this file format:
- Avant-Garde Discerning Paralleler (*.OGG)
- Many more...
Compatible Programs
- Media Player Classic
- Winamp