Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include | #include "DSP/Dsp.h" |
Syntax
template<typename SampleType>
struct DisjointedArrayView
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< SampleType > | FirstBuffer | Data: | |
| TArrayView< SampleType > | SecondBuffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
DisjointedArrayView
(
TArrayView< SampleType >&& InFirstBuffer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | CopyIntoBuffer
(
SampleType* InDestination, |
||
| int32 | FirstNum () |
||
| int32 | Num () |
||
| int32 | SecondNum () |
||
| DisjointedArrayView< OtherSampleType > | SplitOtherToMatch
(
OtherSampleType* Other, |