AVEncoder::EVideoFrameFormat

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

AVEncoder

Header

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

Include

#include "VideoCommon.h"

Syntax

namespace AVEncoder
{
    enum EVideoFrameFormat
    {
        Undefined,
        YUV420P,
        D3D11_R8G8B8A8_UNORM,
        D3D12_R8G8B8A8_UNORM,
        CUDA_R8G8B8A8_UNORM,
        VULKAN_R8G8B8A8_UNORM,
    }
}

Values

Name

Description

Undefined

YUV420P

D3D11_R8G8B8A8_UNORM

D3D12_R8G8B8A8_UNORM

CUDA_R8G8B8A8_UNORM

VULKAN_R8G8B8A8_UNORM

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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