Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache
| Name | ECacheResult |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include Path | #include "IElectraPlayerDataCache.h" |
Syntax
enum ECacheResult
{
Miss,
Hit,
}
Values
| Name | Remarks |
|---|---|
| Miss | Element not available in the cache. |
| Hit | Element available in the cache. |