![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
#include <tsServiceLocationDescriptor.h>

Public Member Functions | |
| Entry (uint8_t type=0, PID pid=PID_NULL, const UString &lang=UString()) | |
| Default constructor. | |
Public Attributes | |
| PID | elementary_PID = PID_NULL |
| Component PID. | |
| UString | ISO_639_language_code {} |
| 3-character language code. | |
| uint8_t | stream_type = 0 |
| Stream type, same as in PMT. | |
Service PID entry.
| ts::ServiceLocationDescriptor::Entry::Entry | ( | uint8_t | type = 0, |
| PID | pid = PID_NULL, |
||
| const UString & | lang = UString() |
||
| ) |
Default constructor.
| [in] | type | Stream type. |
| [in] | pid | Component PID. |
| [in] | lang | 3-character language code. |