FFrameBufferOutPlaneDesc

Output buffer plane description.

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoDecoderAllocationTypes.h"

Syntax

struct FFrameBufferOutPlaneDesc

Remarks

Output buffer plane description.

Variables

Name Description

Public variable

int32_t

 

ByteOffsetBetweenPixels

Offset in bytes between two pixels.

Public variable

int32_t

 

ByteOffsetBetweenRows

Offset in bytes between the same column in the next row.

Public variable

int32_t

 

ByteOffsetToFirstPixel

Offset in bytes from the allocated buffer start address to the first pixel of this plane.

Public variable

int32_t

 

BytesPerPixel

Bytes per pixel.

Public variable

int32_t

 

Height

Height of the allocated buffer plane in pixels, including necessary padding.

Public variable

int32_t

 

Width

Width of the allocated buffer plane in pixels, including necessary padding.

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