Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/FStreamedAudioChunkSeekTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/StreamedAudioChunkSeekTable.h |
| Include | #include "Sound/StreamedAudioChunkSeekTable.h" |
void Add
(
uint32 InTimeInAudioFrames,
uint32 InOffset
)
Remarks
Add an item to the seek table.
Parameters
| Name | Description |
|---|---|
| InTimeInAudioFrames | Time of this entry in audio frames |
| InOffset | Offset in the file of where this time happens |