Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Relationship of a frame to a Decode target.
| Name | EDecodeTargetIndication |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/DependencyDescriptor.h |
| Include Path | #include "Video/DependencyDescriptor.h" |
Syntax
enum EDecodeTargetIndication
{
NotPresent = 0,
Discardable = 1,
Switch = 2,
Required = 3,
}
Values
| Name | Remarks |
|---|---|
| NotPresent | |
| Discardable | |
| Switch | |
| Required |