SDL_CDtrack.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_CDtrack" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_CDtrack- CD Track Information Structure
- .SH "STRUCTURE DEFINITION"
- .PP
- .nf
- f(CWtypedef struct{
- Uint8 id;
- Uint8 type;
- Uint32 length;
- Uint32 offset;
- } SDL_CDtrack;fR
- .fi
- .PP
- .SH "STRUCTURE DATA"
- .TP 20
- fBidfR
- Track number (0-99)
- .TP 20
- fBtypefR
- fBSDL_AUDIO_TRACKfP or fBSDL_DATA_TRACKfP
- .TP 20
- fBlengthfR
- Length, in frames, of this track
- .TP 20
- fBoffsetfR
- Frame offset to the beginning of this track
- .SH "DESCRIPTION"
- .PP
- fBSDL_CDtrackfR stores data on each track on a CD, its fields should be pretty self explainatory&. It is a member a the fIfBSDL_CDfRfR structure&.
- .PP
- .RS
- fBNote:
- .PP
- Frames can be converted to standard timings&. There are fBCD_FPSfP frames per second, so fBSDL_CDtrackfR&.fBlengthfR/fBCD_FPSfP=length_in_seconds&.
- .RE
- .SH "SEE ALSO"
- .PP
- fIfBSDL_CDfRfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59