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