Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QAudioHelperInternal::CatmullRomInterpolator::ResampleResult Struct Reference

#include <qaudiohelpers_p.h>

Collaboration diagram for QAudioHelperInternal::CatmullRomInterpolator::ResampleResult:

Public Attributes

QSpan< const float > remainingInput
QSpan< float > output

Detailed Description

Definition at line 107 of file qaudiohelpers_p.h.

Member Data Documentation

◆ output

QSpan<float> QAudioHelperInternal::CatmullRomInterpolator::ResampleResult::output

Definition at line 110 of file qaudiohelpers_p.h.

◆ remainingInput

QSpan<const float> QAudioHelperInternal::CatmullRomInterpolator::ResampleResult::remainingInput

Definition at line 109 of file qaudiohelpers_p.h.


The documentation for this struct was generated from the following file: