Navigation
API > API/Plugins > API/Plugins/MP4Utilities > API/Plugins/MP4Utilities/IMP4DataReaderBase
Description
This method shall return the total size of the file. If the size is only known after performing the first read, -1 may be returned until the size is known. If the file is unbounded -1 may be returned at all times.
| Name | GetTotalFileSize |
| Type | function |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Utilities/Public/MP4DataReader.h |
| Include Path | #include "MP4DataReader.h" |
int64 GetTotalFileSize()