Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Inheritance Hierarchy
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include | #include "AVUtility.h" |
Syntax
class FAPI
Remarks
API abstraction with static singletons.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAPI () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FAPI () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAPI const & | Get () |
Gets or creates an API of a specific type. | |
| bool | IsValid () |
Test if the API loaded correctly, or has since been cleaned up. | |
| void | Shutdown () |
Clean up an API of a specific type. |
Constants
| Name | Description |
|---|---|
| Singletons | Type-erased map of API singletons. |