#include <CarlaEngine.hpp>
◆ CarlaEngineAudioPort()
| CarlaEngineAudioPort::CarlaEngineAudioPort |
( |
const CarlaEngineClient & | client, |
|
|
bool | isInputPort, |
|
|
uint32_t | indexOffset ) |
|
noexcept |
The constructor. All constructor parameters are constant and will never change in the lifetime of the port.
◆ ~CarlaEngineAudioPort()
| CarlaEngineAudioPort::~CarlaEngineAudioPort |
( |
| ) |
|
|
overridenoexcept |
◆ getType()
|
|
inlinefinalvirtualnoexcept |
Get the type of the port, in this case kEnginePortTypeAudio.
Implements CarlaEnginePort.
◆ initBuffer()
| void CarlaEngineAudioPort::initBuffer |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ getBuffer()
| float * CarlaEngineAudioPort::getBuffer |
( |
| ) |
const |
|
inlinenoexcept |
Direct access to the port's audio buffer. May be null.
The documentation for this class was generated from the following file: