![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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. | |
Statistical information about the possible mpeg block from which this frame is made.
| uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBinter |
Number of INTER coded macro blocks.
| uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBinterpolated |
Number of interpolated macro blocks.
| uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBintra |
Number of INTRA coded macro blocks.
| uint16 vdecmpeg4::VIDImageMacroblockInfo::mNumMBnotCoded |
Number of non-coded (direct copy) macro blocks.