diff -r c1e808730d6c -r c36d67f77f75 mmplugins/lib3gp/impl/inc/mp4lib.h --- a/mmplugins/lib3gp/impl/inc/mp4lib.h Mon May 03 13:56:28 2010 +0300 +++ b/mmplugins/lib3gp/impl/inc/mp4lib.h Thu Jun 24 10:37:45 2010 +0100 @@ -1539,6 +1539,21 @@ */ extern IMPORT_C void MP4CancelReadFrame(MP4Handle handle); +/** +Fetches ID32 data location. + * + * Parameters: + * +@param handle MP4 library handle +@param location Returns ID32 data location + +@return MP4_OK Success + MP4_ERROR Generic error + MP4_INVALID_INPUT_STREAM MP4 stream is invalid + MP4_NOT_AVAILABLE Metadata, META atom or ID32 atom is not available + */ +extern IMPORT_C MP4Err MP4ParseGetID32Location(MP4Handle apihandle, mp4_u32& location); + #ifdef __cplusplus } #endif