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