Declare some utilities for PSI/SI analysis. More...
Functions | |
| bool | qtsAppendIso639Language (const QString &language, QtlByteBlock &data) |
| Append a 3-letter ISO-639 language code into a byte array. More... | |
| QString | qtsGetIso639Language (const void *data) |
| Deserialize a 3-letter ISO-639 language code. More... | |
Declare some utilities for PSI/SI analysis.
Qts, the Qt MPEG Transport Stream library.
| QString qtsGetIso639Language | ( | const void * | data | ) |
Deserialize a 3-letter ISO-639 language code.
| [in] | data | Address of a 3-byte area. |
| bool qtsAppendIso639Language | ( | const QString & | language, |
| QtlByteBlock & | data | ||
| ) |
Append a 3-letter ISO-639 language code into a byte array.
| [in] | language | The ISO-639 language code as a string. |
| [in,out] | data | The data byte into which the code is append. |