Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerDataCache
| Name | FItemInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerDataCache.h |
| Include Path | #include "IElectraPlayerDataCache.h" |
Syntax
struct FItemInfo
Structs
| Name | Remarks |
|---|---|
| FRange |
Enums
Public
| Name | Remarks |
|---|---|
| EStreamType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxQualityIndex | int32 | The maximum quality index of this stream. | IElectraPlayerDataCache.h | |
| QualityIndex | int32 | The quality index of this stream. | IElectraPlayerDataCache.h | |
| Range | FRange | Possible sub-range within the resource. | IElectraPlayerDataCache.h | |
| StreamType | EStreamType | Type of elementary stream this request is for. | IElectraPlayerDataCache.h | |
| URI | FString | Unique resource identifier. Typically a URL. | IElectraPlayerDataCache.h |