Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| |
|
| Name |
UE::AVCodecCore::VP9::EInterpolationFilter |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsVP9.h |
| Include Path |
#include "Video/CodecUtils/CodecUtilsVP9.h" |
Syntax
namespace UE
{
namespace AVCodecCore
{
namespace VP9
{
enum EInterpolationFilter
{
EightTap = 0,
EightTapSmooth = 1,
EightTapSharp = 2,
Bilinear = 3,
Switchable = 4,
}
}
}
}
Values
| Name |
Remarks |
| EightTap |
|
| EightTapSmooth |
|
| EightTapSharp |
|
| Bilinear |
|
| Switchable |
|