EFrameBufferType

Type of video frame buffer to allocate.

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoDecoderAllocationTypes.h"

Syntax

enum EFrameBufferType
{
    CODEC_RawBuffer        = 0,
    CODEC_TextureHandle    = 1,
    CODEC_TextureObject    = 2,
}

Values

Name

Description

CODEC_RawBuffer

CODEC_TextureHandle

CODEC_TextureObject

Remarks

Type of video frame buffer to allocate.

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