ICompressedAudioInfo::ReleaseStreamChunk

This can be called to explicitly release this decoder's reference to a chunk of compressed audio without destroying the decoder itself.

Windows
MacOS
Linux

Override Hierarchy

ICompressedAudioInfo::ReleaseStreamChunk()

FADPCMAudioInfo::ReleaseStreamChunk()

References

Module

Engine

Header

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

Include

#include "AudioDecompress.h"

Syntax

virtual bool ReleaseStreamChunk
(
    bool bBlockUntilReleased
)

Remarks

This can be called to explicitly release this decoder's reference to a chunk of compressed audio without destroying the decoder itself.

Returns

true if the chunk was released, false otherwise.

Parameters

Parameter

Description

bBlockUntilReleased

when set to true will cause this call to block if the decoder is currently using 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