UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4_Platform.h File Reference
#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 voidvdecmpeg4::VIDDecoder
 Opaque type of decoder to outside world. See VIDCreateDecoder to create a decoder.