|
ADTF Qt5
|
#include <types.h>
Inherits QObject.
Public Member Functions | |
| Q_INVOKABLE void | setSubStream (const QString &strName, quint32 nSubStreamId, const QJSValue &oStreamType) |
A wrapper for stream types.
| Q_INVOKABLE void adtf::javascript::scripting::cSubStreamsTypeWrapper::setSubStream | ( | const QString & | strName, |
| quint32 | nSubStreamId, | ||
| const QJSValue & | oStreamType ) |
Adds or updates a Substream.
| [in] | strName | The name of the Substream, required to be unique, this is the key to the map of substreams. |
| [in] | nSubStreamId | The id of the Substream, should be unique, but can be reused for aliases etc. |
| [in] | oStreamType | The type of the substream. |