ADTF
|
A wrapper for stream types. More...
Public Member Functions | |
Q_INVOKABLE void | setSubStream (const QString &strName, quint32 nSubStreamId, const QJSValue &oStreamType) |
Adds or updates a Substream. More... | |
Private Attributes | |
streaming::hollow::cSubStreamTypes | m_oSubStreams |
QJSEngine & | m_oEngine |
A wrapper for stream types.
Definition at line 113 of file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/javascriptfiltersdk/src/types.h.
Q_INVOKABLE void 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. |