SDL_BuildAudioCVT.3
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_BuildAudioCVT" "3" "Tue 11 Sep 2001, 22:58" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_BuildAudioCVT- Initializes a SDL_AudioCVT structure for conversion
  4. .SH "SYNOPSIS"
  5. .PP
  6. fB#include "SDL&.h"
  7. .sp
  8. fBint fBSDL_BuildAudioCVTfPfR(fBSDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_ratefR);
  9. .SH "DESCRIPTION"
  10. .PP
  11. Before an fIfBSDL_AudioCVTfRfR structure can be used to convert audio data it must be initialized with source and destination information&. 
  12. .PP
  13. fBsrc_formatfR and fBdst_formatfR are the source and destination format of the conversion&. (For information on audio formats see fIfB SDL_AudioSpecfRfR)&. fBsrc_channelsfR and fBdst_channelsfR are the number of channels in the source and destination formats&. Finally, fBsrc_ratefR and fBdst_ratefR are the frequency or samples-per-second of the source and destination formats&. Once again, see fIfBSDL_AudioSpecfRfR&.
  14. .SH "RETURN VALUES"
  15. .PP
  16. Returns fB-1fR if the filter could not be built or 1 if it could&.
  17. .SH "EXAMPLES"
  18. .PP
  19. See fIfBSDL_ConvertAudiofPfR&.
  20. .SH "SEE ALSO"
  21. .PP
  22. fIfBSDL_ConvertAudiofPfR, fIfBSDL_AudioCVTfPfR
  23. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:58