search for: _free_instance

Displaying 2 results from an estimated 2 matches for "_free_instance".

2004 Sep 10
2
libFLAC changes
...needed to seek through the input while encoding, which seems like too minor a feature right now. Then I revamped the encoder and decoder interfaces to be a little more object oriented. There are more formal constructors and destructors: *_new() replaces *_get_new_instance(), *_delete() replaces *_free_instance(), and the public read-only variables were moved to protected structures with get methods. So instead of setting the public vars then calling *_init(), you just pass them to *_init() directly. Finally, I changed 'i386' to 'ia32' everywhere, which makes the naming more consistent,...
2004 Sep 10
0
libFLAC changes
...nput while encoding, which seems > like too minor a feature right now. > > Then I revamped the encoder and decoder interfaces to be a > little more object oriented. There are more formal constructors > and destructors: *_new() replaces *_get_new_instance(), *_delete() > replaces *_free_instance(), and the public read-only variables > were moved to protected structures with get methods. So instead > of setting the public vars then calling *_init(), you just pass > them to *_init() directly. > > Finally, I changed 'i386' to 'ia32' everywhere, which makes the...