IStreamedCompressedInfo::WriteFromDecodedPCM

Writes data from decoded PCM buffer, taking into account whether some PCM has been written before

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDecompress.h

Include

#include "AudioDecompress.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp

Syntax

uint32 WriteFromDecodedPCM
(
    uint8 * Destination,
    uint32 BufferSize
)

Remarks

Writes data from decoded PCM buffer, taking into account whether some PCM has been written before

Returns

How many bytes were written

Parameters

Parameter

Description

Destination

Where to place the decoded sound

BufferSize

Size of the destination buffer in bytes

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