AVEncoder::EH264Profile

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 EH264Profile
    {
        UNKNOWN,
        CONSTRAINED_BASELINE,
        BASELINE,
        MAIN,
        CONSTRAINED_HIGH,
        HIGH,
    }
}

Values

Name

Description

UNKNOWN

CONSTRAINED_BASELINE

BASELINE

MAIN

CONSTRAINED_HIGH

HIGH

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