Navigation
API > API/Plugins > API/Plugins/MP4Boxes
| Name | FSBGPBoxIterator |
| Type | struct |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Boxes/Public/MP4BoxIterators.h |
| Include Path | #include "MP4BoxIterators.h" |
Syntax
struct FSBGPBoxIterator
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Current_group_description_index | uint32 | MP4BoxIterators.h | ||
| Current_sample_count | uint32 | MP4BoxIterators.h | ||
| CurrentEntryIndex | uint32 | MP4BoxIterators.h | ||
| CurrentSampleNum | uint32 | MP4BoxIterators.h | ||
| DefaultSampleGroupDescriptionIndex | uint32 | MP4BoxIterators.h | ||
| LocalSampleInGroup | uint32 | MP4BoxIterators.h | ||
| NumDescribedSamples | uint32 | MP4BoxIterators.h | ||
| NumTotalSamples | uint32 | MP4BoxIterators.h | ||
| SbgpBox | TSharedPtr< FMP4BoxSBGP, ESPMode::ThreadSafe > | MP4BoxIterators.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetCurrentGroupDescriptionIndex() |
MP4BoxIterators.h | ||
uint32 GetCurrentSampleNum() |
MP4BoxIterators.h | ||
uint32 GetNumSamplesInCurrentGroup() |
MP4BoxIterators.h | ||
uint32 GetSampleIndexInCurrentGroup() |
MP4BoxIterators.h | ||
bool IsFirst() |
MP4BoxIterators.h | ||
bool IsLast() |
MP4BoxIterators.h | ||
bool Next() |
MP4BoxIterators.h | ||
bool Prev() |
MP4BoxIterators.h | ||
void SetBox
(
const TSharedPtr< FMP4BoxSBGP, ESPMode::ThreadSafe >& InSbgpBox, |
MP4BoxIterators.h | ||
void SetToSampleNumber
(
uint32 InSampleNum |
MP4BoxIterators.h |