InputNodeInstance¶
class InputNodeInstance : public NodeInstance , public ProviderNodeInstance
Class used to mark the input of the pipeline.
Warning
This node is automatically added to the pipeline when created. And thus should not be manually added to the pipeline asset.
Functions¶
Name | Description |
---|---|
InputNodeInstance | InputNodeInstance constructor. |
~InputNodeInstance | Default destructor. |
SetInput | Sets the input of the pipeline. |
Provide | @inherit |
Reset | @inherit |
Function Details¶
InputNodeInstance¶
InputNodeInstance()
InputNodeInstance constructor.
Provide¶
const AudioBuffer* Provide() override
@inherit
Reset¶
void Reset() override
@inherit
SetInput¶
void SetInput(AudioBuffer* buffer)
Sets the input of the pipeline.
- Parameter
buffer
- The buffer to set as the input.
~InputNodeInstance¶
~InputNodeInstance() override = default
Default destructor.