search for: eof_callback

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

Did you mean: def_callback
2004 Sep 10
2
flac_read callback not called in Windows?
...fprintf(stderr, "Could not set flac tell cb\n"); if(!FLAC__seekable_stream_decoder_set_length_callback(flacDecoder, flac_length)) fprintf(stderr, "Could not set flac length cb\n"); fprintf(stderr, "set length decoder\n"); if(!FLAC__seekable_stream_decoder_set_eof_callback(flacDecoder, flac_eof)) fprintf(stderr, "Could not set flac eof cb\n"); if(!FLAC__seekable_stream_decoder_set_write_callback(flacDecoder, flac_write)) fprintf(stderr, "Could not set flac write cb\n"); if(!FLAC__seekable_stream_decoder_set_metadata_callback(flacDecoder,...
2006 May 11
2
C++ Set_Metadata Problem
I refer to a problem that appeared on the flac list last August that was either solved off-list or abandoned. (http://lists.xiph.org/pipermail/flac/2005-August/000468.html) The problem is with using the C++ encoder classes, particularly the FLAC::Encoder::File:set_metadata function. JC said that the developers version of how to add a simple metadata block looked right, but it did not work for