Navigation
API > API/Plugins > API/Plugins/ElectraBase
`sidx_ box ISO/IEC 14496-12:2022 - 8.16.3 Segment index box
| Name | FMP4BoxSIDX |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxSIDX : public Electra::UtilitiesMP4::FMP4BoxBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMP4BoxBase → FMP4BoxSIDX
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxSIDX
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxSIDX() |
Utilities/MP4Boxes/MP4Boxes.h |
Structs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEntryList | TChunkedArray< FEntry, 3000 > | Utilities/MP4Boxes/MP4Boxes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetEarliestPresentationTime() |
Utilities/MP4Boxes/MP4Boxes.h | ||
const FEntryList & GetEntries() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint64 GetFirstOffset() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint32 GetReferenceID() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint32 GetTimescale() |
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 |