equal
deleted
inserted
replaced
1537 @see MP4ParseReadVideoFrameAsync |
1537 @see MP4ParseReadVideoFrameAsync |
1538 @see MP4ParseReadAudioFramesAsync |
1538 @see MP4ParseReadAudioFramesAsync |
1539 */ |
1539 */ |
1540 extern IMPORT_C void MP4CancelReadFrame(MP4Handle handle); |
1540 extern IMPORT_C void MP4CancelReadFrame(MP4Handle handle); |
1541 |
1541 |
|
1542 /** |
|
1543 Fetches ID32 data location. |
|
1544 * |
|
1545 * Parameters: |
|
1546 * |
|
1547 @param handle MP4 library handle |
|
1548 @param location Returns ID32 data location |
|
1549 |
|
1550 @return MP4_OK Success |
|
1551 MP4_ERROR Generic error |
|
1552 MP4_INVALID_INPUT_STREAM MP4 stream is invalid |
|
1553 MP4_NOT_AVAILABLE Metadata, META atom or ID32 atom is not available |
|
1554 */ |
|
1555 extern IMPORT_C MP4Err MP4ParseGetID32Location(MP4Handle apihandle, mp4_u32& location); |
|
1556 |
1542 #ifdef __cplusplus |
1557 #ifdef __cplusplus |
1543 } |
1558 } |
1544 #endif |
1559 #endif |
1545 |
1560 |
1546 |
1561 |