Displaying 2 results from an estimated 2 matches for "group__flac__metadata".
2008 May 09
1
FLAC__metadata_get_picture()
Hi all!
I have a problem to get _all_ images from flac file.
I have flac file with 3 images inside ( FLAC__METADATA_TYPE_PICTURE )
How to get _all_ images with bool FLAC::Metadata::get_picture() func?
This function is wrapper FLAC__bool FLAC__metadata_get_picture().
flac-1.2.1/src/libFLAC/metadata_iterators.c:
...
285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename,
2006 Dec 23
3
newbie questions
I wish to add flac support to my Windows audio player so
I wanted to ask a few questions.
I rely on another lib for decoding/playing flac audio files so all I need to
explicitly add support for is reading/writing flac metadata.
1st: I've downloaded libflac and have begun browsing. Is there a simple way
to
identify and carve out the pieces needed only for metadata i/o? Or will I
have to