Navigation
API > API/Plugins > API/Plugins/TmvMedia
Tmv Frame Mip Buffer Pool.
This pool is held by the tmv player to allow recycling of frame buffers between decoded samples.
| Name | FTmvMediaFrameMipBufferPool |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/SampleConverter/TmvMediaFrameMipBufferPool.h |
| Include Path | #include "SampleConverter/TmvMediaFrameMipBufferPool.h" |
Syntax
class FTmvMediaFrameMipBufferPool : public TSharedFromThis< FTmvMediaFrameMipBufferPool, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FTmvMediaFrameMipBufferPool
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SampleConverter/TmvMediaFrameMipBufferPool.h | |||
| Non-copyable. | SampleConverter/TmvMediaFrameMipBufferPool.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTmvMediaFrameMipBufferPool() |
SampleConverter/TmvMediaFrameMipBufferPool.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MemoryPool | TMultiMap< SIZE_T, FTmvMediaFrameMipBuffer * > | Memory pool from where we are allowed to take buffers. | SampleConverter/TmvMediaFrameMipBufferPool.h | |
| MemoryPoolCriticalSection | FCriticalSection | A critical section used for memory allocation and pool management. | SampleConverter/TmvMediaFrameMipBufferPool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTmvMediaFrameMipBufferHandle AcquireBuffer
(
const FTmvMediaFrameMipInfo& InMipInfo |
Acquire a buffer suitable for the given frame mip. | SampleConverter/TmvMediaFrameMipBufferPool.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTmvMediaFrameMipBufferPool & operator=
(
const FTmvMediaFrameMipBufferPool& |
SampleConverter/TmvMediaFrameMipBufferPool.h |