Navigation
API > API/Plugins > API/Plugins/MP4Boxes
`emsg_ box ISO/IEC 23009-1:2022 - 5.10.3.3 Event message box
| Name | FMP4BoxEMSG |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path | #include "MP4Boxes.h" |
Syntax
class FMP4BoxEMSG : public MP4Boxes::FMP4BoxBase
Inheritance Hierarchy
- TSharedFromThis< FMP4BoxBase > → FMP4BoxBase → FMP4BoxEMSG
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxEMSG
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxEMSG() |
MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetEventDuration() |
MP4Boxes.h | ||
uint32 GetID() |
MP4Boxes.h | ||
TConstArrayView< uint8 > GetMessageData() |
MP4Boxes.h | ||
uint64 GetPresentationTime() |
MP4Boxes.h | ||
uint32 GetPresentationTimeDelta() |
MP4Boxes.h | ||
FString GetSchemeIdUri() |
MP4Boxes.h | ||
uint32 GetTimescale() |
MP4Boxes.h | ||
FString GetValue() |
MP4Boxes.h | ||
uint8 GetVersion() |
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 |