Navigation
API > API/Plugins > API/Plugins/ElectraPlayerRuntime
A ready to use implementation of the IElectraSafeMediaOptionInterface
| Name | FElectraSafeMediaOptionInterface |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraPlayer/Source/ElectraPlayerRuntime/Public/IElectraPlayerInterface.h |
| Include Path | #include "IElectraPlayerInterface.h" |
Syntax
class FElectraSafeMediaOptionInterface : public IElectraSafeMediaOptionInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FElectraSafeMediaOptionInterface
(
IMediaOptions* InOwner |
IElectraPlayerInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FElectraSafeMediaOptionInterface() |
IElectraPlayerInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Owner | IMediaOptions * | IElectraPlayerInterface.h | ||
| OwnerLock | FCriticalSection | IElectraPlayerInterface.h | ||
| OwnerObject | FWeakObjectPtr | IElectraPlayerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearOwner() |
IElectraPlayerInterface.h |
Overridden from IElectraSafeMediaOptionInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual IMediaOptions * GetMediaOptionInterface() |
IElectraPlayerInterface.h | ||
virtual void Lock() |
IElectraPlayerInterface.h | ||
virtual void Unlock() |
IElectraPlayerInterface.h |