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" |
Syntax
enum ECacheResult
&123;
Miss,
Hit,
&125;
Values
| Name | Description |
|---|---|
| Miss | Element not available in the cache. |
| Hit | Element available in the cache. |