ADTF
|
A Runner that is returned by cScriptFilter::createOutputPin. More...
Public Member Functions | |
Q_INVOKABLE void | write (qint64 tmTimeStamp, const QJSValue &oValue) |
Writes a new sample to the connected Sample Stream. More... | |
Q_INVOKABLE void | writeSubStream (qint64 tmTimeStamp, const QString &strSubStream, const QJSValue &oValue) |
Writes a new sample with a given substream id to the connected Sample Stream. More... | |
Q_INVOKABLE void | manualTrigger () |
Trigger all child runners manually. More... | |
Q_INVOKABLE void | changeType (const QJSValue &oStreamType) |
Changes the type of the output stream. More... | |
A Runner that is returned by cScriptFilter::createOutputPin.
Definition at line 34 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/javascriptfiltersdk/src/writer.h.
Q_INVOKABLE void changeType | ( | const QJSValue & | oStreamType | ) |
Changes the type of the output stream.
oStreamType | The new type. |
Q_INVOKABLE void manualTrigger | ( | ) |
Trigger all child runners manually.
Q_INVOKABLE void write | ( | qint64 | tmTimeStamp, |
const QJSValue & | oValue | ||
) |
Writes a new sample to the connected Sample Stream.
or for untyped data
Q_INVOKABLE void writeSubStream | ( | qint64 | tmTimeStamp, |
const QString & | strSubStream, | ||
const QJSValue & | oValue | ||
) |
Writes a new sample with a given substream id to the connected Sample Stream.