Navigation
API > API/Plugins > API/Plugins/MP4Boxes > API/Plugins/MP4Boxes/FMP4Track
| Name | FFragmentInfo |
| Type | class |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4Track.h |
| Include Path | #include "MP4Track.h" |
Syntax
class FFragmentInfo
Structs
| Name | Remarks |
|---|---|
| FTrackTrafs |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MdhdBox | TSharedPtr< FMP4BoxMDHD, ESPMode::ThreadSafe > | MP4Track.h | ||
| NumTotalFragmentSamples | uint32 | MP4Track.h | ||
| TencBox | TSharedPtr< FMP4BoxTENC, ESPMode::ThreadSafe > | MP4Track.h | ||
| TkhdBox | TSharedPtr< FMP4BoxTKHD, ESPMode::ThreadSafe > | MP4Track.h | ||
| TrackFragments | TArray< TSharedPtr< FTrackTrafs, ESPMode::ThreadSafe > > | MP4Track.h | ||
| TrexBox | TSharedPtr< FMP4BoxTREX, ESPMode::ThreadSafe > | MP4Track.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseTrackDuration | int64 | MP4Track.h | ||
| bDidCalculateDuration | bool | MP4Track.h | ||
| bHasBeenPrepared | bool | MP4Track.h | ||
| NumBaseTrackSamples | uint32 | MP4Track.h | ||
| SumOfFragmentDurations | int64 | MP4Track.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetTotalDuration() |
MP4Track.h | ||
bool HasBeenPrepared() |
MP4Track.h | ||
bool Prepare
(
const TSharedPtr< FMP4BoxTRAK, ESPMode::ThreadSafe >& InTrakBox, |
MP4Track.h |