Tao.Sdl SDK Documentation

Sdl.SDL_AudioCVT Fields

The fields of the Sdl.SDL_AudioCVT structure are listed below. For a complete list of Sdl.SDL_AudioCVT structure members, see the Sdl.SDL_AudioCVT Members topic.

Public Instance Fields

buf Buffer to hold entire audio data
dst_format Audio format of the destination
filter_index Current audio conversion function
len Length of original audio buffer in bytes
len_cvt Length of converted audio buffer in bytes (calculated)
len_mult buf must be len*len_mult bytes in size(calculated)
len_ratio Final audio size is len*len_ratio
needed Set to 1 if conversion possible
rate_incr Rate conversion increment
src_format Audio format of the source

See Also

Sdl.SDL_AudioCVT Class | Tao.Sdl Namespace | SDL_BuildAudioCVT | SDL_ConvertAudio | Sdl.SDL_AudioSpec