FVideoDecoderAllocFrameBufferParams

Video frame buffer allocation parameters.

Windows
MacOS
Linux

References

Module

AVEncoder

Header

/Engine/Source/Runtime/AVEncoder/Public/VideoDecoderAllocationTypes.h

Include

#include "VideoDecoderAllocationTypes.h"

Syntax

struct FVideoDecoderAllocFrameBufferParams

Remarks

Video frame buffer allocation parameters.

Variables

Name Description

Public variable

int32_t

 

AllocAlignment

Public variable

int32_t

 

AllocFlags

Public variable

int32_t

 

AllocSize

Number of bytes to allocate with the specified alignment.

Public variable

int32_t

 

BytesPerPixel

Public variable

void **

 

ExtraCustomParameters

Extra custom parameters (platform specific)

Public variable

EFrameBufferTyp...

 

FrameBufferType

Type of output frame buffer to allocate

Public variable

int32_t

 

Height

Public variable

int32_t

 

Width

Dimensions to allocate raw buffer for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss