UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IAudioInfoFactory Struct Referenceabstract

#include <AudioDecompress.h>

+ Inheritance diagram for IAudioInfoFactory:

Classes

struct  FCapabilities
 

Public Member Functions

virtual ~IAudioInfoFactory ()=default
 
virtual ICompressedAudioInfoCreate ()=0
 
virtual bool IsSeekingSupported (const bool bIsStreaming) const =0
 

Constructor & Destructor Documentation

◆ ~IAudioInfoFactory()

virtual IAudioInfoFactory::~IAudioInfoFactory ( )
virtualdefault

Member Function Documentation

◆ Create()

virtual ICompressedAudioInfo * IAudioInfoFactory::Create ( )
pure virtual

Implemented in FSimpleAudioInfoFactory.

◆ IsSeekingSupported()

virtual bool IAudioInfoFactory::IsSeekingSupported ( const bool  bIsStreaming) const
pure virtual

Queries if the factory's decoder implementation supports seeking

Parameters
bIsStreamingIf the media is streaming or not.
Returns
true if seeking is supported, false otherwise.

Implemented in FSimpleAudioInfoFactory.


The documentation for this struct was generated from the following file: