AVEncoder::ECodecType

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 ECodecType
    {
        Undefined,
        H264,
        MPEG4,
        VP8,
    }
}

Values

Name

Description

Undefined

H264

MPEG4

VP8

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