Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FMP4BoxFactory |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxFactory() |
Utilities/MP4Boxes/MP4Boxes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FactoryMap | TMap< uint32, TSharedPtr< FMP4BoxBase, ESPMode::ThreadSafe >(*)(const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe > &, const FMP4BoxInfo &)> | Utilities/MP4Boxes/MP4Boxes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMP4BoxBase, ESPMode::ThreadSafe > Create
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMP4BoxFactory & Get() |
Utilities/MP4Boxes/MP4Boxes.h |