UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4_ErrorCodes.h File Reference
#include "vdecmpeg4_Types.h"

Go to the source code of this file.

Namespaces

namespace  vdecmpeg4
 

Macros

#define _VID_MAKE_ERROR(_rc)   ((VIDError)(0x80000000 | (_rc)))
 

Typedefs

typedef int32 vdecmpeg4::VIDError
 Generic error type.
 

Macro Definition Documentation

◆ _VID_MAKE_ERROR

#define _VID_MAKE_ERROR (   _rc)    ((VIDError)(0x80000000 | (_rc)))