UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
M4BitstreamParser.h File Reference
#include "vdecmpeg4.h"
#include "M4Global.h"
#include "M4Bitstream.h"
#include "M4VlcDecoder.h"
#include "M4BitstreamHeaderInfo.h"

Go to the source code of this file.

Classes

class  vdecmpeg4::M4BitstreamParser
 
class  vdecmpeg4::M4BitstreamCache
 

Namespaces

namespace  vdecmpeg4
 

Macros

#define M4_CLIP(X, A)   (X > A) ? (A) : (X)
 
#define M4_ABS(X)   (((X)>0)?(X):-(X))
 

Enumerations

enum  vdecmpeg4::M4PictureType {
  vdecmpeg4::M4PIC_I_VOP = 0 , vdecmpeg4::M4PIC_P_VOP , vdecmpeg4::M4PIC_B_VOP , vdecmpeg4::M4PIC_S_VOP ,
  vdecmpeg4::M4PIC_VOL
}
 Picture type in input stream to decode. More...
 

Macro Definition Documentation

◆ M4_ABS

#define M4_ABS (   X)    (((X)>0)?(X):-(X))

◆ M4_CLIP

#define M4_CLIP (   X,
  A 
)    (X > A) ? (A) : (X)