UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4::VIDImageMacroblockInfo Struct Reference

Statistical information about the possible mpeg block from which this frame is made. More...

#include <vdecmpeg4.h>

Public Attributes

uint16 mNumMBinter
 Number of INTER coded macro blocks.
 
uint16 mNumMBintra
 Number of INTRA coded macro blocks.
 
uint16 mNumMBinterpolated
 Number of interpolated macro blocks.
 
uint16 mNumMBnotCoded
 Number of non-coded (direct copy) macro blocks.
 

Detailed Description

Statistical information about the possible mpeg block from which this frame is made.

Member Data Documentation

◆ mNumMBinter

uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBinter

Number of INTER coded macro blocks.

◆ mNumMBinterpolated

uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBinterpolated

Number of interpolated macro blocks.

◆ mNumMBintra

uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBintra

Number of INTRA coded macro blocks.

◆ mNumMBnotCoded

uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBnotCoded

Number of non-coded (direct copy) macro blocks.


The documentation for this struct was generated from the following file: