EPlayerState

Windows
MacOS
Linux

References

Module

ElectraPlayerRuntime

Header

/Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerInterface.h

Include

#include "IElectraPlayerInterface.h"

Syntax

enum EPlayerState
{
    Closed       = 0,
    Error,
    Paused,
    Playing,
    Preparing,
    Stopped,
}

Values

Name

Description

Closed

Error

Paused

Playing

Preparing

Stopped

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss