Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders > Utils > MPEG
References
Module | ElectraDecoders |
Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMP4.h |
Include | #include "Utils/MPEG/ElectraUtilsMP4.h" |
Syntax
class FMP4AtomReader
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMP4AtomReader
(
const void* InDataPtr, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const uint8 * | ||
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | ||
![]() |
bool | Read
(
T& value |
|
![]() |
bool | ReadAsNumber
(
float& OutValue |
|
![]() |
bool | ReadAsNumber
(
double& OutValue |
|
![]() |
bool | ReadAsNumber
(
int64& OutValue, |
|
![]() |
bool | ReadAsNumber
(
uint64& OutValue, |
|
![]() |
bool | ||
![]() |
bool | ReadString
(
FString& OutString, |
|
![]() |
bool | ReadStringUTF16
(
FString& OutString, |
|
![]() |
bool | ReadStringUTF8
(
FString& OutString, |
|
![]() |
void | SetCurrentOffset
(
int32 InNewOffset |