Query: sdl_cdtrack
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_CDtrack(3) SDL API Reference SDL_CDtrack(3)NAMESDL_CDtrack - CD Track Information StructureSTRUCTURE DEFINITIONtypedef struct{ Uint8 id; Uint8 type; Uint32 length; Uint32 offset; } SDL_CDtrack;STRUCTURE DATAid 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 trackDESCRIPTIONSDL_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 ALSOSDL_CDSDLTue 11 Sep 2001, 22:59 SDL_CDtrack(3)
| Related Man Pages | 
|---|
| sdl_cdopen(3) - redhat | 
| sdl_videoinfo(3) - redhat | 
| sdl_cdplaytracks(3) - debian | 
| sdl_videoinfo(3) - debian | 
| sdl_cdplaytracks(3) - opensolaris | 
| Similar Topics in the Unix Linux Community | 
|---|
| solaris zones vs container.. | 
| What does this mean? | 
| Grep the 'not running' jobs and will send the update in mail with its name(job) | 
| Identify problem with while getopts | 
| %memused is high |