Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FMP4AtomReader |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMP4.h |
| Include Path | #include "Utils/MPEG/ElectraUtilsMP4.h" |
Syntax
class FMP4AtomReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMP4AtomReader
(
const void* InDataPtr, |
Utils/MPEG/ElectraUtilsMP4.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentOffset | int32 | Utils/MPEG/ElectraUtilsMP4.h | ||
| DataPtr | const uint8 * | Utils/MPEG/ElectraUtilsMP4.h | ||
| DataSize | int32 | Utils/MPEG/ElectraUtilsMP4.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const uint8 * GetCurrentDataPointer() |
Utils/MPEG/ElectraUtilsMP4.h | ||
int32 GetCurrentOffset() |
Utils/MPEG/ElectraUtilsMP4.h | ||
int32 GetNumBytesRemaining() |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool Read
(
T& value |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadAsNumber
(
float& OutValue |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadAsNumber
(
double& OutValue |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadAsNumber
(
int64& OutValue, |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadAsNumber
(
uint64& OutValue, |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadBytes
(
void* Buffer, |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadString
(
FString& OutString, |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadStringUTF16
(
FString& OutString, |
Utils/MPEG/ElectraUtilsMP4.h | ||
bool ReadStringUTF8
(
FString& OutString, |
Utils/MPEG/ElectraUtilsMP4.h | ||
void SetCurrentOffset
(
int32 InNewOffset |
Utils/MPEG/ElectraUtilsMP4.h |