EFrameBufferAllocReturn

Return value for the video decoder frame buffer allocation callback.

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoDecoderAllocationTypes.h"

Syntax

enum EFrameBufferAllocReturn
{
    CODEC_Success          = 0,
    CODEC_TryAgainLater    = 1,
    CODEC_Failure          = 2,
}

Values

Name

Description

CODEC_Success

Buffer successfully allocated.

CODEC_TryAgainLater

No resources available right now, try again later.

CODEC_Failure

No resources available or some other failure.

Remarks

Return value for the video decoder frame buffer allocation callback.

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