Navigation
API > API/Plugins > API/Plugins/MP4Boxes
`colr_ box ISO/IEC 14496-12:2022 - 12.1.5 Colour information
| Name | FMP4BoxCOLR |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path | #include "MP4Boxes.h" |
Syntax
class FMP4BoxCOLR : public MP4Boxes::FMP4BoxBase
Inheritance Hierarchy
- TSharedFromThis< FMP4BoxBase > → FMP4BoxBase → FMP4BoxCOLR
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxCOLR
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxCOLR() |
MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FColorNCLX | |
| FParsed |
Enums
Public
| Name | Remarks |
|---|---|
| EColorType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FColorNCLX & GetColorNCLX() |
MP4Boxes.h | ||
EColorType GetColorType() |
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 |