IStreamedCompressedInfo::IncrementCurrentSampleCount

Adds to the count of samples that have currently been decoded

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 IncrementCurrentSampleCount
(
    uint32 NewSamples
)

Remarks

Adds to the count of samples that have currently been decoded

Returns

How many samples were actually part of the true sample count

Parameters

Parameter

Description

NewSamples

How many samples have been decoded

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