Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache
References
| Module | ElectraPlayerRuntime |
| Header | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include | #include "IElectraPlayerDataCache.h" |
void GetElementFromCache
(
const FItemInfo & ItemToGetFromCache,
FCachedDataReadCompleted CompletionDelegate
)
Remarks
Asks to get an item from the cache. The item to get is described by InItemToGetFromCache_, with the exception of the .Range.TotalSize_ member which is not known ahead of time. If the cache fulfills the request the OutCachedItemInfo_ is expected to be set up, including the .Range.TotalSize_ member.