Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FCTTSBoxIterator |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/MP4Boxes/MP4BoxIterators.h |
| Include Path | #include "Utilities/MP4Boxes/MP4BoxIterators.h" |
Syntax
struct FCTTSBoxIterator
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CttsBox | TSharedPtr< FMP4BoxCTTS, ESPMode::ThreadSafe > | Utilities/MP4Boxes/MP4BoxIterators.h | ||
| CurrentEntryIndex | int32 | Utilities/MP4Boxes/MP4BoxIterators.h | ||
| CurrentOffset | int64 | Utilities/MP4Boxes/MP4BoxIterators.h | ||
| CurrentSampleNum | uint32 | Utilities/MP4Boxes/MP4BoxIterators.h | ||
| LocalPosInCurrent | uint32 | Utilities/MP4Boxes/MP4BoxIterators.h | ||
| NumTotalSamples | uint32 | Utilities/MP4Boxes/MP4BoxIterators.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetCurrentOffset() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
uint32 GetCurrentSampleNum() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
bool IsFirst() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
bool IsLast() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
bool Next() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
bool Prev() |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
void SetBox
(
const TSharedPtr< FMP4BoxCTTS, ESPMode::ThreadSafe >& InCttsBox, |
Utilities/MP4Boxes/MP4BoxIterators.h | ||
void SetToSampleNumber
(
uint32 InSampleNum |
Utilities/MP4Boxes/MP4BoxIterators.h |