Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime > API/Plugins/ElectraPlayerRuntime/ISimpleElectraAudioPlayer
Negative return values indicating reason for having no samples in GetNextSamples()
| Name | ISimpleElectraAudioPlayer |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/SimpleElectraAudioPlayer.h |
| Include Path | #include "SimpleElectraAudioPlayer.h" |
Syntax
enum ISimpleElectraAudioPlayer
{
GetSamples_NotReady = -1,
GetSamples_AtEOS = -2,
}
Values
| Name | Remarks |
|---|---|
| GetSamples_NotReady | |
| GetSamples_AtEOS |