Navigation
API > API/Plugins > API/Plugins/LibVpxCodecs > API/Plugins/LibVpxCodecs/TVideoEncoderLibVpxVP9
| Name | FPerformanceFlags |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/LibVpxCodecs/Source/LibVpxCodecs/Public/Video/Encoders/VideoEncoderLibVpxVP9.h |
| Include Path | #include "Video/Encoders/VideoEncoderLibVpxVP9.h" |
Syntax
struct FPerformanceFlags
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUsePerLayerSpeed | bool | If false, a lookup will be made in settings_by_resolution_ base on the highest currently active resolution, and the overall speed then set to to the base_layer_speed_ matching that entry. |
Video/Encoders/VideoEncoderLibVpxVP9.h | |
| SettingsByResolution | TSortedMap< int, FParameterSet > | Map from min pixel count to settings for that resolution and above. | Video/Encoders/VideoEncoderLibVpxVP9.h |