Navigation
API > API/Plugins > API/Plugins/MP4Boxes > API/Plugins/MP4Boxes/FMP4BoxELST
| |
|
| Name |
FEntry |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Boxes.h |
| Include Path |
#include "MP4Boxes.h" |
Syntax
struct FEntry
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| edit_duration |
int64 |
Specified in units of timescale of the `mvhd_ box. |
MP4Boxes.h |
|
| media_rate_fraction |
int16 |
|
MP4Boxes.h |
|
| media_rate_integer |
int16 |
|
MP4Boxes.h |
|
| media_time |
int64 |
Specified in units of timescale of the `mdhd_ box of this track. |
MP4Boxes.h |
|