Searched refs:MP4GetMetadataCompilation (Results 1 – 7 of 7) sorted by relevance
138 if (MP4GetMetadataCompilation(mp4file, &bytevalue)) { in main()
341 static MP4GetMetadataCompilation_t MP4GetMetadataCompilation = NULL; variable417 …MP4GetMetadataCompilation = (MP4GetMetadataCompilation_t) dlsym(mp4v2_handle, "MP4GetMetadataCompi… in mp4_init()1052 gboolean has_compilation = MP4GetMetadataCompilation (mp4File, in mp4_write_file_info()
190 MP4GetMetadataCompilation(MP4File, (unsigned __int8 *)&compilation); in ReadMp4Tag()
409 if (MP4GetMetadataCompilation(priv->mp4.handle, &val)) in mp4_read_comments()
179 if (MP4GetMetadataCompilation(file, &cpil)) in ReadMP4Tag()
1213 bool MP4GetMetadataCompilation(MP4FileHandle hFile, u_int8_t* cpl);
4169 extern "C" bool MP4GetMetadataCompilation(MP4FileHandle hFile, u_int8_t* cpl) in MP4GetMetadataCompilation() function