Navigation
API > API/Plugins > API/Plugins/ElectraBase
Visual sample entry ISO/IEC 14496-12:2022 - 12.1.3 Sample entry
| Name | FMP4BoxVisualSampleEntry |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxVisualSampleEntry : public Electra::UtilitiesMP4::FMP4BoxSampleEntry
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMP4BoxBase → FMP4BoxSampleEntry → FMP4BoxVisualSampleEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxVisualSampleEntry
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxVisualSampleEntry() |
Utilities/MP4Boxes/MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetDepth() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint16 GetFrameCount() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint16 GetHeight() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint16 GetWidth() |
Utilities/MP4Boxes/MP4Boxes.h |
Overridden from FMP4BoxSampleEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint16 GetDataReferenceIndex() |
Utilities/MP4Boxes/MP4Boxes.h | ||
virtual ESampleType GetSampleType() |
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 |