Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime
Inheritance Hierarchy
- TSharedFromThis
- IElectraPlayerDataCache
References
| Module | ElectraPlayerRuntime |
| Header | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include | #include "IElectraPlayerDataCache.h" |
Syntax
class IElectraPlayerDataCache : public TSharedFromThis< IElectraPlayerDataCache, ESPMode::ThreadSafe >
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddElementToCache
(
const FItemInfo& ItemInfoToCache, |
Asks to add an item to the cache. | |
| void | GetElementFromCache
(
const FItemInfo& ItemToGetFromCache, |
Asks to get an item from the cache. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FItemInfo |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECacheResult |
Typedefs
| Name | Description |
|---|---|
| FCacheDataPtr | |
| FCachedDataReadCompleted |