Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IBaseDataReader
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/ElectraUtil/Source/ElectraBase/Public/Utilities/IElectraBaseDataReader.h |
| Include Path | #include "Utilities/IElectraBaseDataReader.h" |
int64 GetTotalFileSize()