Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/IAudioFormat
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h |
| Include | #include "Interfaces/IAudioFormat.h" |
virtual bool ExtractSeekTableForStreaming
&40;
TArray< uint8 > & InOutBuffer,
FSeekTable & OutSeektable
&41; const
Remarks
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. Success or failure
Parameters
| Name | Description |
|---|---|
| InOutBuffer | Pre-compressed data containing seek-table and compressed data as array of bytes. |
| OutSeekTable | Seektable in its generic form. |