#include <audio/core/audiopin.h>
Interface for InputPin and MultiInputPin classes
◆ InputPinBase()
◆ ~InputPinBase()
◆ connect()
Connects a pin to this input. Disconnects the current connection first if necessary. For threadsafety connection is enqueued on the audio thread.
◆ disconnect()
Disconnects a pin from this input, if it is connected. For threadsafety connection is enqueued on the audio thread.
◆ disconnectAll()
Disconnects all pins connected to this pint. For threadsafety connection is enqueued on the audio thread.
◆ getNode()
- Returns
- the node that owns this input.