Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IBaseDataReader
Description
This method shall return the current file offset, which is initially zero unless the file has been opened such that the initial position for this reader is not zero. The return value is the absolute file position the next read would occur at.
| Name | GetCurrentFileOffset |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/IElectraBaseDataReader.h |
| Include Path | #include "Utilities/IElectraBaseDataReader.h" |
int64 GetCurrentFileOffset()