Navigation
API > API/Runtime > API/Runtime/MediaUtils
Inheritance Hierarchy
- IMediaPoolable
- FMediaIOCoreAudioSampleBase
- FMediaIOCoreBinarySampleBase
- FMediaIOCoreCaptionSampleBase
- FMediaIOCoreSubtitleSampleBase
- FMediaIOCoreTextureSampleBase
- FWebBrowserTextureSample
- FWebMMediaAudioSample
- FWebMMediaTextureSample
- IElectraTextureSampleBase
References
| Module | MediaUtils |
| Header | /Engine/Source/Runtime/MediaUtils/Public/MediaObjectPool.h |
| Include | #include "MediaObjectPool.h" |
Syntax
class IMediaPoolable
Remarks
Interface for objects that can be pooled.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Called when the object is removed from the pool. | ||
| bool | Used to check if returned object is ready for reuse right away | ||
| void | Called when the object added to the pool. |