Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | FFrameDependencyStructure |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/DependencyDescriptor.h |
| Include Path | #include "Video/DependencyDescriptor.h" |
Syntax
class FFrameDependencyStructure
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DecodeTargetProtectedByChain | TArray< int32 > | If chains are used (NumChains > 0), maps decode target index into index of the chain protecting that target. | Video/DependencyDescriptor.h | |
| NumChains | int | Video/DependencyDescriptor.h | ||
| NumDecodeTargets | int | Video/DependencyDescriptor.h | ||
| Resolutions | TArray< FIntPoint > | Video/DependencyDescriptor.h | ||
| StructureId | int | Video/DependencyDescriptor.h | ||
| Templates | TArray< FFrameDependencyTemplate > | Video/DependencyDescriptor.h |