Tao.Sdl SDK Documentation

Sdl.SDL_AudioCVT Members

Sdl.SDL_AudioCVT overview

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

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

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