Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FMP4AtomReader |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/UtilitiesMP4.h |
| Include Path | #include "Utilities/UtilitiesMP4.h" |
Syntax
class FMP4AtomReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4AtomReader
(
const TConstArrayView< uint8 >& InData |
Utilities/UtilitiesMP4.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentOffset | int64 | Utilities/UtilitiesMP4.h | ||
| DataPtr | const uint8 * | Utilities/UtilitiesMP4.h | ||
| DataSize | int64 | Utilities/UtilitiesMP4.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * GetCurrentDataPointer() |
Utilities/UtilitiesMP4.h | ||
int64 GetCurrentOffset() |
Utilities/UtilitiesMP4.h | ||
int64 GetNumBytesRemaining() |
Utilities/UtilitiesMP4.h | ||
bool ParseIntoBoxInfo
(
FMP4BoxInfo& OutBoxInfo, |
Utilities/UtilitiesMP4.h | ||
bool Read
(
T& OutValue |
Utilities/UtilitiesMP4.h | ||
bool ReadAsNumber
(
double& OutValue |
Utilities/UtilitiesMP4.h | ||
bool ReadAsNumber
(
float& OutValue |
Utilities/UtilitiesMP4.h | ||
bool ReadAsNumber
(
int64& OutValue, |
Utilities/UtilitiesMP4.h | ||
bool ReadAsNumber
(
uint64& OutValue, |
Utilities/UtilitiesMP4.h | ||
bool ReadBytes
(
void* OutBuffer, |
Utilities/UtilitiesMP4.h | ||
bool ReadString
(
FString& OutString, |
Utilities/UtilitiesMP4.h | ||
bool ReadStringUTF16
(
FString& OutString, |
Utilities/UtilitiesMP4.h | ||
bool ReadStringUTF8
(
FString& OutString, |
Utilities/UtilitiesMP4.h | ||
bool ReadVersionAndFlags
(
uint8& OutVersion, |
Utilities/UtilitiesMP4.h | ||
void SetCurrentOffset
(
int64 InNewOffset |
Utilities/UtilitiesMP4.h | ||
bool SkipBytes
(
int32 InNumBytes |
Utilities/UtilitiesMP4.h |