IStreamedCompressedInfo::GetLoadedChunk

Helper function for getting a chunk of compressed audio.

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

const uint8 * GetLoadedChunk
(
    USoundWave * InSoundWave,
    uint32 ChunkIndex,
    uint32 & OutChunkSize
)

Remarks

Helper function for getting a chunk of compressed audio.

Returns

a pointer to the chunk if it's loaded, nullptr otherwise.

Parameters

Parameter

Description

InSoundWave

Pointer to the soundwave to get compressed audio from.

ChunkIndex

the index of the chunk to get from InSoundWave.

OutChunkSize

the size of the chunk.

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