Navigation
API > API/Plugins > API/Plugins/ElectraBase
Sample entry base class ISO/IEC 14496-12:2022 - 8.5.2 Sample description box
| Name | FMP4BoxSampleEntry |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxSampleEntry : public Electra::UtilitiesMP4::FMP4BoxBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMP4BoxBase → FMP4BoxSampleEntry
Derived Classes
- FMP4BoxAudioSampleEntry
- FMP4BoxQTFFTimecodeSampleEntry
- FMP4BoxTX3GSampleEntry
- FMP4BoxVisualSampleEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxSampleEntry
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxSampleEntry() |
Utilities/MP4Boxes/MP4Boxes.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESampleType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetDataReferenceIndex() |
Utilities/MP4Boxes/MP4Boxes.h | ||
virtual ESampleType GetSampleType() |
Utilities/MP4Boxes/MP4Boxes.h |
Overridden from FMP4BoxBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsSampleDescription() |
Utilities/MP4Boxes/MP4Boxes.h |