Loading...
Searching...
No Matches
JS::AudioOutlet Class Reference
Inheritance diagram for JS::AudioOutlet:
Public Member Functions | |
| AudioOutlet (QObject *parent=nullptr) | |
| Process::Outlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| const QVector< QVector< double > > & | audio () const |
| void | setChannel (int i, const QJSValue &v) |
Public Member Functions inherited from JS::Outlet | |
| const QString & | address () const noexcept |
| void | setAddress (const QString &m) |
| void | addressChanged (const QString &v) |
Static Public Member Functions | |
| static void | w_GetAccessSpecifierHelper (std::integral_constant< decltype((&W_ThisType::setChannel)), &W_ThisType::setChannel >) |
Member Function Documentation
◆ make()
|
inlineoverridevirtual |
Implements JS::Outlet.
The documentation for this class was generated from the following files:
- QmlObjects.hpp
- QmlObjects.cpp
Public Member Functions inherited from