Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/BufferDiagnostics.h |
| Include | #include "DSP/BufferDiagnostics.h" |
Syntax
struct FCheckedBufferState
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBufferCheckBehavior | Behavior | ||
| ECheckBufferFlags | CheckFlags | ||
| ECheckBufferFlags | FailFlags | ||
| const TCHAR * | File | ||
| int32 | Line | ||
| const TCHAR * | Name | ||
| FCheckedBufferState * | Next | Per check state. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCheckedBufferState
(
const int32 InLine, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoCheck
(
TArrayView< const float > InBuffer |
The CHECK_AUDIO_BUFFER Macros calls these two member functions. | |
| void | FailedBufferCheckImpl
(
const TCHAR* InFormat, |
||
| void | ForEach
(
TFunctionRef< void(FCheckedBufferState&)> InCmd |