Tao.Sdl SDK Documentation

Sdl.SDL_AudioCVT.len_mult Field

buf must be len*len_mult bytes in size(calculated)

[Visual Basic]
Public len_mult As Integer
[C#]
public int len_mult;

Remarks

As explained above, the audio buffer needs to be big enough to store the converted data, which may be bigger than the original audio data. The length of buf should be len*len_mult.

See Also

Sdl.SDL_AudioCVT Class | Tao.Sdl Namespace