snd_convert_getsize%(snd_convert%, size%)

Parameters
snd_convert%
Handle to a snd_convert object created with snd_convert_open.
size%
Size (in bytes) to translate.

Description
Gets the size a bank should be when creating a bank for storing encoded data. However, this is not
the size of the encoded data, only a maxumim size based on the size parameter.

This function is used when creating a destination buffer for encoding with snd_convert_encode.

Return
Returns the size (in bytes) a buffer should be.

SndLib : Sound Conversion : snd_convert_getsize