UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData Struct Reference

Public Attributes

TArray< uint8Data
 
int64 PTS = 0
 
int32 Width = 0
 
int32 Height = 0
 
int32 DataOffset = 0
 
bool bIsKeyframe = false
 
bool bIsComplete = false
 

Member Data Documentation

◆ bIsComplete

bool AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::bIsComplete = false

◆ bIsKeyframe

bool AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::bIsKeyframe = false

◆ Data

TArray<uint8> AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::Data

◆ DataOffset

int32 AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::DataOffset = 0

◆ Height

int32 AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::Height = 0

◆ PTS

int64 AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::PTS = 0

◆ Width

int32 AVEncoder::FVideoDecoderMPEG4_Impl::FInDecoderData::Width = 0

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