ADPCM::GetAdaptationCoefficients

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ADPCMAudioInfo.h

Include

#include "ADPCMAudioInfo.h"

Syntax

namespace ADPCM
{
    template<typename T>
    static void ADPCM::GetAdaptationCoefficients
    (
        T(&) OutAdaptationCoefficient1,
        T(&) OutAdaptationCoefficient2
    )
}

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