24 #ifndef MP4V2_IMPL_ITMF_COVERARTBOX_H
25 #define MP4V2_IMPL_ITMF_COVERARTBOX_H
27 namespace mp4v2 {
namespace impl {
namespace itmf {
70 static bool list( MP4FileHandle hFile,
ItemList& out );
82 static bool add( MP4FileHandle hFile,
const Item& item );
92 static bool set( MP4FileHandle hFile,
const Item& item, uint32_t index );
104 static bool get( MP4FileHandle hFile,
Item& item, uint32_t index );
114 static bool remove( MP4FileHandle hFile, uint32_t index = numeric_limits<uint32_t>::max() );
121 #endif // MP4V2_IMPL_ITMF_COVERARTBOX_H