UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOpusDecoderWrapper Struct Reference

Public Member Functions

 FOpusDecoderWrapper (uint32 SampleRate, uint8 NumChannels)
 
 ~FOpusDecoderWrapper ()
 
int32 Decode (const uint8 *FrameData, uint16 FrameSize, int16 *OutPCMData, int32 SampleSize)
 
bool WasInitialisedSuccessfully () const
 

Constructor & Destructor Documentation

◆ FOpusDecoderWrapper()

FOpusDecoderWrapper::FOpusDecoderWrapper ( uint32  SampleRate,
uint8  NumChannels 
)
inline

◆ ~FOpusDecoderWrapper()

FOpusDecoderWrapper::~FOpusDecoderWrapper ( )
inline

Member Function Documentation

◆ Decode()

int32 FOpusDecoderWrapper::Decode ( const uint8 FrameData,
uint16  FrameSize,
int16 OutPCMData,
int32  SampleSize 
)
inline

◆ WasInitialisedSuccessfully()

bool FOpusDecoderWrapper::WasInitialisedSuccessfully ( ) const
inline

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