|
H.264 Codec for ESP32-S3
|
Rebind allocator to different type. More...
#include <RAMAllocatorH264.h>
Public Types | |
| typedef RAMAllocatorH264< U > | other |
| The rebound allocator type. | |
Rebind allocator to different type.
Provides the rebind mechanism required by STL allocators. Allows containers to allocate different types using the same allocator.
| U | The type to rebind to |
| typedef RAMAllocatorH264<U> other |
The rebound allocator type.