search for: _get_new_instance

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

2004 Sep 10
2
libFLAC changes
...y use for such a thing would be if someone 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, w...
2004 Sep 10
0
libFLAC changes
...be if someone > 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...