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

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.
 

Detailed Description

Statistical information about decoded frame. This struct is returned via a call to VIDGetFrameInfo.

Member Data Documentation

◆ mDecodeTimeMs

float vdecmpeg4::VIDImageInfo::mDecodeTimeMs

Decode time of frame in ms.

◆ mFrameBytes

uint32 vdecmpeg4::VIDImageInfo::mFrameBytes

Size of frame input data in bytes.

◆ mFrameNumber

uint32 vdecmpeg4::VIDImageInfo::mFrameNumber

Current frame number.

◆ mFrameType

VID_IMAGEINFO_FRAMETYPE vdecmpeg4::VIDImageInfo::mFrameType

Current frame type.

◆ mMacroblockInfo

VIDImageMacroblockInfo vdecmpeg4::VIDImageInfo::mMacroblockInfo

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