Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IDataTransmissionBase
- ISender
- TAudioSender
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include | #include "MetasoundRouter.h" |
Syntax
template<typename TDataType>
class TAudioSender : public Metasound::ISender
Remarks
AUDIO SPECIALIZATIONS:
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAudioSender
(
const FSenderInitParams& InitParams, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| bool | Push
(
const TDataType& InElement |
||
| bool | SetDelay
(
float InSeconds |
Resets the delay for this sender. |
Overridden from ISender
| Type | Name | Description | |
|---|---|---|---|
| int64 | GetPayloadID () |
||
| bool | PushLiteral
(
const FLiteral& InLiteral |
Constructs the value with a literal and pushes to data channel. |
Constants
| Name | Description |
|---|---|
| BufferResizeThreshold | |
| MaxChannels |