Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/IElectraPlayerInterface
| Name | EPlayerState |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerInterface.h |
| Include Path | #include "IElectraPlayerInterface.h" |
Syntax
enum EPlayerState
{
Closed = 0,
Error,
Paused,
Playing,
Preparing,
Stopped,
}
Values
| Name | Remarks |
|---|---|
| Closed | |
| Error | |
| Paused | |
| Playing | |
| Preparing | |
| Stopped |