Navigation
API > API/Plugins > API/Plugins/MP4Boxes
| Name | FSUBSBoxIterator |
| Type | struct |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4BoxIterators.h |
| Include Path | #include "MP4BoxIterators.h" |
Syntax
struct FSUBSBoxIterator
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentEntryIndex | int32 | MP4BoxIterators.h | ||
| CurrentSampleNum | uint32 | MP4BoxIterators.h | ||
| EmptySubsampleList | FMP4BoxSUBS::FSubsampleList | MP4BoxIterators.h | ||
| FirstDescribedSampleNum | uint32 | MP4BoxIterators.h | ||
| LastDescribedSampleNum | uint32 | MP4BoxIterators.h | ||
| NumTotalSamples | uint32 | MP4BoxIterators.h | ||
| SubsBox | TSharedPtr< FMP4BoxSUBS, ESPMode::ThreadSafe > | MP4BoxIterators.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetCurrentSampleNum() |
MP4BoxIterators.h | ||
const FMP4BoxSUBS::FSubsampleList & GetCurrentSubsamples() |
MP4BoxIterators.h | ||
TOptional< uint32 > GetSubsampleBoxFlags() |
MP4BoxIterators.h | ||
bool HaveSubsamplesForCurrent() |
MP4BoxIterators.h | ||
bool IsFirst() |
MP4BoxIterators.h | ||
bool IsLast() |
MP4BoxIterators.h | ||
bool Next() |
MP4BoxIterators.h | ||
bool Prev() |
MP4BoxIterators.h | ||
void SetBox
(
const TSharedPtr< FMP4BoxSUBS, ESPMode::ThreadSafe >& InSubsBox, |
MP4BoxIterators.h | ||
void SetToSampleNumber
(
uint32 InSampleNum |
MP4BoxIterators.h |