Navigation
API > API/Plugins > API/Plugins/ElectraBase
`trun_ box ISO/IEC 14496-12:2022 - 8.8.8 Track fragment run box
| Name | FMP4BoxTRUN |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxTRUN : public Electra::UtilitiesMP4::FMP4BoxBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMP4BoxBase → FMP4BoxTRUN
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxTRUN
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxTRUN() |
Utilities/MP4Boxes/MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetFirstSampleFlags() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint32 GetNumberOfSamples() |
Utilities/MP4Boxes/MP4Boxes.h | ||
const TArray< int32 > & GetSampleCompositionTimeOffsets() |
Utilities/MP4Boxes/MP4Boxes.h | ||
const TArray< uint32 > & GetSampleDurations() |
Utilities/MP4Boxes/MP4Boxes.h | ||
const TArray< uint32 > & GetSampleFlags() |
Utilities/MP4Boxes/MP4Boxes.h | ||
int32 GetSampleOffset() |
Utilities/MP4Boxes/MP4Boxes.h | ||
const TArray< uint32 > & GetSampleSizes() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasFirstSampleFlags() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasSampleCompositionTimeOffsets() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasSampleDurations() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasSampleFlags() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasSampleOffset() |
Utilities/MP4Boxes/MP4Boxes.h | ||
bool HasSampleSizes() |
Utilities/MP4Boxes/MP4Boxes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ParseIfRequired() |
Utilities/MP4Boxes/MP4Boxes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FMP4BoxBase, ESPMode::ThreadSafe > Create
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |