--- Josh Coalson <[EMAIL PROTECTED]> wrote: > --- Thomas Eschenbacher <[EMAIL PROTECTED]> wrote: > > Josh Coalson wrote: > > > [...] > > > why do you need one? all the fields are available though method > > > calls. > > > > just an example: > > > > I created an object of the type "FLAC::Metadata::VorbisComment". > > > > How will this find it's way to > > "FLAC::Stream::Encoder.set_metadata()" ??? > > I see, yep that's a problem. there should be versions of > FLAC::Encoder::*::set_metadata() that take a list of > FLAC::Metadata objects also.
OK, I added a set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) to all the encoder interfaces which takes an array of pointers to metadata objects; as with the other method, the caller has to free the objects after initializing the encoder. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
