Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IAudioInfoFactory |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDecompress.h |
| Include Path | #include "AudioDecompress.h" |
Syntax
struct IAudioInfoFactory
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAudioInfoFactory() |
AudioDecompress.h |
Structs
| Name | Remarks |
|---|---|
| FCapabilities | Simple decode capabilities struct, filled out by the decoder factories. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ICompressedAudioInfo * Create() |
AudioDecompress.h | ||
bool IsSeekingSupported
(
const bool bIsStreaming |
Queries if the factory's decoder implementation supports seeking | AudioDecompress.h |