Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/IAudioFormat
Description
Extracts the embedded seek-table, removing it, and outputting it separately. NOTE: TArray is modified in place. The seek-table is parsed and removed from it.
| Name | ExtractSeekTableForStreaming |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h |
| Include Path | #include "Interfaces/IAudioFormat.h" |
virtual bool ExtractSeekTableForStreaming
(
TArray < uint8 > & InOutBuffer,
FSeekTable & OutSeektable
) const
Success or failure
Parameters
| Name | Remarks |
|---|---|
| InOutBuffer | Pre-compressed data containing seek-table and compressed data as array of bytes. |
| OutSeekTable | Seektable in its generic form. |