// Constructors public BE_CONFIG(LibsndfileWrapper.SF_INFO soundInfo, uint mp3bitrate) { this.dwConfig = BE_CONFIG_LAME; this.union = new struct_un(soundInfo, mp3bitrate); }
BE_CONFIG(LibsndfileWrapper.SF_INFO soundInfo, uint mp3bitrate) { this.dwConfig = BE_CONFIG_LAME; this.union = new struct_un(soundInfo, mp3bitrate); }