Navigation
API > API/Plugins > API/Plugins/MP4Boxes
`vpcC_ box VP Codec ISO Media File Format Binding See: https://www.webmproject.org/vp9/mp4/#syntax_1
| Name | FMP4BoxVPCC |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path | #include "MP4Boxes.h" |
Syntax
class FMP4BoxVPCC : public MP4Boxes::FMP4BoxBase
Inheritance Hierarchy
- TSharedFromThis< FMP4BoxBase > → FMP4BoxBase → FMP4BoxVPCC
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxVPCC
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxVPCC() |
MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< uint8 > GetVPCodecConfigurationRecord() |
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 |