TSDuck v3.40-4033
MPEG Transport Stream Toolkit
|
Namespace for functions returning Digital TV names. More...
Functions | |
UString | BouquetId (uint16_t id, NamesFlags flags=NamesFlags::NAME) |
Name of Bouquet Id. | |
UString | Content (const DuckContext &duck, uint8_t c, NamesFlags flags=NamesFlags::NAME) |
Name of content name (in Content Descriptor). | |
UString | DataBroadcastId (uint16_t id, NamesFlags flags=NamesFlags::NAME) |
Name of Data broadcast id (in Data Broadcast Id Descriptor). | |
UString | NetworkId (uint16_t id, NamesFlags flags=NamesFlags::NAME) |
Name of Network Id. | |
UString | OriginalNetworkId (uint16_t id, NamesFlags flags=NamesFlags::NAME) |
Name of Original Network Id. | |
UString | RunningStatus (uint8_t rs, NamesFlags flags=NamesFlags::NAME) |
Name of Running Status (in SDT). | |
UString | ServiceType (uint8_t st, NamesFlags flags=NamesFlags::NAME) |
Name of service type (in Service Descriptor). | |
Namespace for functions returning Digital TV names.
UString ts::names::ServiceType | ( | uint8_t | st, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of service type (in Service Descriptor).
[in] | st | Service type (in Service Descriptor). |
[in] | flags | Presentation flags. |
UString ts::names::RunningStatus | ( | uint8_t | rs, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
UString ts::names::Content | ( | const DuckContext & | duck, |
uint8_t | c, | ||
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of content name (in Content Descriptor).
[in] | duck | TSDuck execution context (used to select from other standards). |
[in] | c | Content name. |
[in] | flags | Presentation flags. |
UString ts::names::BouquetId | ( | uint16_t | id, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of Bouquet Id.
[in] | id | Bouquet Id. |
[in] | flags | Presentation flags. |
UString ts::names::OriginalNetworkId | ( | uint16_t | id, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of Original Network Id.
[in] | id | Original Network Id. |
[in] | flags | Presentation flags. |
UString ts::names::NetworkId | ( | uint16_t | id, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of Network Id.
[in] | id | Network Id. |
[in] | flags | Presentation flags. |
UString ts::names::DataBroadcastId | ( | uint16_t | id, |
NamesFlags | flags = NamesFlags::NAME |
||
) |
Name of Data broadcast id (in Data Broadcast Id Descriptor).
[in] | id | Data broadcast id (in Data Broadcast Id Descriptor). |
[in] | flags | Presentation flags. |