Uses of Class
lame.blade.BE_CONFIG

Packages that use BE_CONFIG
lame.blade Contains the symmetric Java elements of the LAME methods, structures and constants defined in the archive BladeMP3EncDLL.h and exported in lame_enc.dll and libmp3lame.so/.dylib . 
lameonj.encoder.blade Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME Blade MP3 Encoder API. 
 

Uses of BE_CONFIG in lame.blade
 

Methods in lame.blade with parameters of type BE_CONFIG
static int BladeMP3EncDLL.beInitStream(BE_CONFIG pbeConfig, com.innowhere.jnieasy.core.data.NativeInteger pDwSamples, com.innowhere.jnieasy.core.data.NativeInteger pDwBufferSize, com.innowhere.jnieasy.core.data.NativeInteger phbeStream)
          Corresponds with the C method: BE_ERR beInitStream(PBE_CONFIG pbeConfig, PDWORD dwSamples, PDWORD dwBufferSize, PHBE_STREAM phbeStream);
 

Uses of BE_CONFIG in lameonj.encoder.blade
 

Methods in lameonj.encoder.blade that return BE_CONFIG
 BE_CONFIG BeConfig.getBE_CONFIG()
          Returns the internal BE_CONFIG object used.
 



Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.