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
struct FItemInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxQualityIndex | The maximum quality index of this stream. | |
| int32 | QualityIndex | The quality index of this stream. | |
| FRange | Range | Possible sub-range within the resource. | |
| EStreamType | StreamType | Type of elementary stream this request is for. | |
| FString | URI | Unique resource identifier. Typically a URL. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRange |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EStreamType |