ICompressedAudioInfo::ReadCompressedInfo

Reads the header information of a compressed format

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "AudioDecompress.h"

Syntax

bool ReadCompressedInfo
(
    const uint8 * InSrcBufferData,
    uint32 InSrcBufferDataSize,
    struct FSoundQualityInfo * QualityInfo
)

Remarks

Reads the header information of a compressed format

Parameters

Parameter

Description

InSrcBufferData

Source compressed data

InSrcBufferDataSize

Size of compressed data

QualityInfo

Quality Info (to be filled out). This can be null in the case of most implementations of FSoundBuffer::ReadCompressedInfo

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