Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_CDtrack(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_CDtrack !!!SDL_CDtrack NAME STRUCTURE DEFINITION STRUCTURE DATA DESCRIPTION SEE ALSO ---- !!NAME SDL_CDtrack- CD Track Information Structure !!STRUCTURE DEFINITION typedef struct{ Uint8 id; Uint8 type; Uint32 length; Uint32 offset; } SDL_CDtrack; !!STRUCTURE DATA __id__ Track number (0-99) __type SDL_AUDIO_TRACK__ or __SDL_DATA_TRACK__ __length__ Length, in frames, of this track __offset__ Frame offset to the beginning of this track !!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__ ----
One page links to
SDL_CDtrack(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.