Tao.Sdl SDK Documentation |
|
Sdl.SDL_AudioCVT.buf Field
Buffer to hold entire audio data
[Visual Basic]
Public buf As
IntPtr
Remarks
This points to the audio data that will be used in the conversion. It is both the source and the destination, which means the converted audio data overwrites the original data. It also means that the converted data may be larger than the original data (if you were converting from 8-bit to 16-bit, for instance), so you must ensure buf is large enough. See below.
IntPtr to byte
See Also
Sdl.SDL_AudioCVT Class | Tao.Sdl Namespace