![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "vdecmpeg4_Types.h"Go to the source code of this file.
Classes | |
| struct | vdecmpeg4::VIDDecoderSetup |
Namespaces | |
| namespace | vdecmpeg4 |
Typedefs | |
| typedef void *(* | vdecmpeg4::VIDAllocator) (uint32 size, uint32 alignment) |
| typedef void(* | vdecmpeg4::VIDReporting) (const char *pMessage) |
| typedef void(* | vdecmpeg4::VIDDeallocator) (void *block) |
| memory release callback | |
| typedef void * | vdecmpeg4::VIDDecoder |
| Opaque type of decoder to outside world. See VIDCreateDecoder to create a decoder. | |