Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > IAudioFormat
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h |
Include | #include "Interfaces/IAudioFormat.h" |
virtual bool ExtractSeekTableForStreaming ( [TArray](API\Runtime\Core\Containers\TArray)< uint8 > & InOutBuffer, [FSeekTable](API\Developer\TargetPlatform\Interfaces\IAudioFormat\FSeekTable) & OutSeektable ) 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. |