Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_CDtrack(3) | SDL API Reference | SDL_CDtrack(3) |
NAME
SDL_CDtrack - CD Track Information Structure
STRUCTURE DEFINITION
typedef struct{
Uint8 id;
Uint8 type;
Uint32 length;
Uint32 offset; } SDL_CDtrack;
STRUCTURE DATA
DESCRIPTION
SDL_CDtrack stores data on each track on a CD, its fields should be pretty self explainatory. It is a member a the SDL_CD structure.
Note:
Frames can be converted to standard timings. There are CD_FPS frames per second, so SDL_CDtrack.length/CD_FPS=length_in_seconds.
SEE ALSO
SDL_CD
Tue 11 Sep 2001, 22:59 | SDL |