![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Statistical information about decoded frame. This struct is returned via a call to VIDGetFrameInfo. More...
#include <vdecmpeg4.h>
Public Attributes | |
| VID_IMAGEINFO_FRAMETYPE | mFrameType |
| Current frame type. | |
| uint32 | mFrameNumber |
| Current frame number. | |
| float | mDecodeTimeMs |
| Decode time of frame in ms. | |
| uint32 | mFrameBytes |
| Size of frame input data in bytes. | |
| VIDImageMacroblockInfo | mMacroblockInfo |
| See VIDImageMacroblockInfo. | |
Statistical information about decoded frame. This struct is returned via a call to VIDGetFrameInfo.
| float vdecmpeg4::VIDImageInfo::mDecodeTimeMs |
Decode time of frame in ms.
| uint32 vdecmpeg4::VIDImageInfo::mFrameBytes |
Size of frame input data in bytes.
| uint32 vdecmpeg4::VIDImageInfo::mFrameNumber |
Current frame number.
| VID_IMAGEINFO_FRAMETYPE vdecmpeg4::VIDImageInfo::mFrameType |
Current frame type.
| VIDImageMacroblockInfo vdecmpeg4::VIDImageInfo::mMacroblockInfo |