Navigation
API > API/Plugins > API/Plugins/MP4Boxes
`prft_ box ISO/IEC 14496-12:2022 - 8.16.5 Producer reference time box
| Name | FMP4BoxPRFT |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path | #include "MP4Boxes.h" |
Syntax
class FMP4BoxPRFT : public MP4Boxes::FMP4BoxBase
Inheritance Hierarchy
- TSharedFromThis< FMP4BoxBase > → FMP4BoxBase → FMP4BoxPRFT
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxPRFT
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxPRFT() |
MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Enums
Public
| Name | Remarks |
|---|---|
| EReferenceType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetFlags() |
MP4Boxes.h | ||
uint64 GetMediaTime() |
MP4Boxes.h | ||
uint64 GetNTPTimestamp() |
MP4Boxes.h | ||
uint32 GetReferenceTrackID() |
MP4Boxes.h | ||
EReferenceType GetReferenceType() |
MP4Boxes.h |
Public Virtual
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ParseIfRequired() |
MP4Boxes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FMP4BoxBase, ESPMode::ThreadSafe > Create
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |