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