Navigation
API > API/Plugins > API/Plugins/ElectraBase
`btrt_ box ISO/IEC 14496-12:2022 - 8.5.2 Sample description box (8.5.2.2 Bitrate box)
| Name | FMP4BoxBTRT |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4Boxes.h |
| Include Path | #include "Utilities/MP4Boxes/MP4Boxes.h" |
Syntax
class FMP4BoxBTRT : public Electra::UtilitiesMP4::FMP4BoxBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMP4BoxBase → FMP4BoxBTRT
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4BoxBTRT
(
const TWeakPtr< FMP4BoxBase, ESPMode::ThreadSafe >& InParent, |
Utilities/MP4Boxes/MP4Boxes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMP4BoxBTRT() |
Utilities/MP4Boxes/MP4Boxes.h |
Structs
| Name | Remarks |
|---|---|
| FParsed |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetAverageBitrate() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint32 GetBufferSizeDB() |
Utilities/MP4Boxes/MP4Boxes.h | ||
uint32 GetMaxBitrate() |
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 |