Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime
Data type for use with media options interface.
| Name | FElectraSeekablePositions |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerInterface.h |
| Include Path | #include "IElectraPlayerInterface.h" |
Syntax
class FElectraSeekablePositions : public IMediaOptions::FDataContainer
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraSeekablePositions
(
const TArray< FTimespan >& InData |
IElectraPlayerInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FElectraSeekablePositions() |
IElectraPlayerInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray< FTimespan > | IElectraPlayerInterface.h |