|
ADTF Qt5
|
#include <writer.h>
Inherits QObject.
Public Member Functions | |
| Q_INVOKABLE void | write (qint64 tmTimeStamp, const QJSValue &oValue) |
| Q_INVOKABLE void | writeSubStream (qint64 tmTimeStamp, const QString &strSubStream, const QJSValue &oValue) |
| Q_INVOKABLE void | manualTrigger () |
| Q_INVOKABLE void | changeType (const QJSValue &oStreamType) |
A Runner that is returned by cScriptFilter::createOutputPin.
| Q_INVOKABLE void adtf::javascript::scripting::cScriptWriter::changeType | ( | const QJSValue & | oStreamType | ) |
Changes the type of the output stream.
| oStreamType | The new type. |
| Q_INVOKABLE void adtf::javascript::scripting::cScriptWriter::manualTrigger | ( | ) |
Trigger all child runners manually.
| Q_INVOKABLE void adtf::javascript::scripting::cScriptWriter::write | ( | qint64 | tmTimeStamp, |
| const QJSValue & | oValue ) |
Writes a new sample to the connected Sample Stream.
or for untyped data
| Q_INVOKABLE void adtf::javascript::scripting::cScriptWriter::writeSubStream | ( | qint64 | tmTimeStamp, |
| const QString & | strSubStream, | ||
| const QJSValue & | oValue ) |
Writes a new sample with a given substream id to the connected Sample Stream.