#include <AudioDecompress.h>
◆ FSimpleAudioInfoFactory()
Constructs a simple AudioInfo factory.
- Parameters
-
| InLambda | Lambda to Create a ICompressionAudioInfo object |
| InFormatName | The factory name of the Format. "ADPCM" etc. |
| InCaps | The Capabilities of the decoder implementation. |
◆ ~FSimpleAudioInfoFactory()
| virtual FSimpleAudioInfoFactory::~FSimpleAudioInfoFactory |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Create()
◆ IsSeekingSupported()
| virtual bool FSimpleAudioInfoFactory::IsSeekingSupported |
( |
const bool |
bIsStreaming | ) |
const |
|
inlineoverridevirtual |
Quries if seeking is supported by the decoder.
- Parameters
-
| bIsStreaming | If the media is to be streamed or not. |
- Returns
- True for supported, false otherwise.
Implements IAudioInfoFactory.
The documentation for this class was generated from the following file: