Navigation
API > API/Plugins > API/Plugins/MP4Utilities
| Name | FMP4BoxLocator |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Utilities/Public/MP4Utilities.h |
| Include Path | #include "MP4Utilities.h" |
Syntax
class FMP4BoxLocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxLocator() |
MP4Utilities.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FMP4BoxLocator() |
MP4Utilities.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentOffset | int64 | MP4Utilities.h | ||
| LastError | FString | MP4Utilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetLastError() |
MP4Utilities.h | ||
bool LocateAndReadRootBoxes
(
TArray< TSharedPtr< FMP4BoxData, ESPMode::ThreadSafe > >& OutBoxInfos, |
MP4Utilities.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool LocateAndReadBoxesFromBuffer
(
TArray< TSharedPtr< FMP4BoxData, ESPMode::ThreadSafe > >& OutBoxInfos, |
MP4Utilities.h | ||
static bool LocateAndReadRootBoxesFromBuffer
(
TArray< TSharedPtr< FMP4BoxData, ESPMode::ThreadSafe > >& OutBoxInfos, |
MP4Utilities.h |