mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Provides a unified API for complex properties in the same way as the Properties API in the C bindings. Since constructing and traversing complex properties in C is a bit complicated, there are convenience functions for the most common use case of getting or setting a single picture. TAGLIB_COMPLEX_PROPERTY_PICTURE(props, data, size, "Written by TagLib", "image/jpeg", "Front Cover"); taglib_complex_property_set(file, "PICTURE", props); and TagLib_Complex_Property_Attribute*** properties = taglib_complex_property_get(file, "PICTURE"); TagLib_Complex_Property_Picture_Data picture; taglib_picture_from_complex_property(properties, &picture); |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
framelist.cpp | ||
strip-id3v1.cpp | ||
tagreader_c.c | ||
tagreader.cpp | ||
tagwriter.cpp |