Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | IDecoderOutputPoolable |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/MediaDecoderOutput.h |
| Include Path | #include "MediaDecoderOutput.h" |
Syntax
class IDecoderOutputPoolable : public TSharedFromThis< IDecoderOutputPoolable, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IDecoderOutputPoolable
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDecoderOutputPoolable() |
MediaDecoderOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitializePoolable() |
MediaDecoderOutput.h | ||
virtual bool IsReadyForReuse() |
MediaDecoderOutput.h | ||
virtual void ShutdownPoolable() |
MediaDecoderOutput.h |