Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/TSampleBuffer
Description
Internal implementation. Called by all public GetAudioFrameAt_ _() functions public functions do range checking/wrapping and then call this function
| Name | GetAudioFrameAtFractionalIndexInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/SampleBuffer.h |
| Include Path | #include "SampleBuffer.h" |
void GetAudioFrameAtFractionalIndexInternal
(
float InIndex,
TArray< SampleType > & OutFrame
) const