Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| |
|
| Name |
TAudioReceiver |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path |
#include "MetasoundRouter.h" |
Syntax
template<typename TDataType>
class TAudioReceiver : public Metasound::IReceiver
Implements Interfaces
Constructors
Constants
| Name |
Type |
Remarks |
Include Path |
| BufferResizeThreshold |
float |
|
MetasoundRouter.h |
| MaxChannels |
const int32 |
|
MetasoundRouter.h |
Variables
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MetasoundRouter.h |
|
bool Pop
(
TDataType& OutElement
)
|
|
MetasoundRouter.h |
|
Static