IAudioEncoder::PopData

Pop compressed data.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Encoders/IAudioEncoder.h

Include

#include "DSP/Encoders/IAudioEncoder.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/IAudioEncoder.cpp

Syntax

int32 PopData
(
    uint8 * OutData,
    int32 DataSize
)

Remarks

Pop compressed data. If you are using this encoder for streaming over network, use the size returned by GetCompressedPacketSize(). Returns number of bytes written.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss