![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Definition for transmission delivery systems. More...
Classes | |
| class | ts::DeliverySystemSet |
| A set of delivery system values (ts::DeliverySystem). More... | |
Namespaces | |
| namespace | ts |
| TSDuck namespace, containing all TSDuck classes and functions. | |
Typedefs | |
| using | ts::DeliverySystemList = std::list< DeliverySystem > |
| An ordered list of delivery system values (ts::DeliverySystem). | |
Enumerations | |
| enum | ts::DeliverySystem { ts::DS_UNDEFINED , ts::DS_DVB_S , ts::DS_DVB_S2 , ts::DS_DVB_S_TURBO , ts::DS_DVB_T , ts::DS_DVB_T2 , ts::DS_DVB_C_ANNEX_A , ts::DS_DVB_C_ANNEX_B , ts::DS_DVB_C_ANNEX_C , ts::DS_DVB_C2 , ts::DS_DVB_H , ts::DS_ISDB_S , ts::DS_ISDB_T , ts::DS_ISDB_C , ts::DS_ATSC , ts::DS_ATSC_MH , ts::DS_DTMB , ts::DS_CMMB , ts::DS_DAB , ts::DS_DSS , ts::DS_DVB_C = DS_DVB_C_ANNEX_A } |
| Delivery systems. More... | |
| enum | ts::TunerType { ts::TT_UNDEFINED = DS_UNDEFINED , ts::TT_DVB_S = DS_DVB_S , ts::TT_DVB_T = DS_DVB_T , ts::TT_DVB_C = DS_DVB_C , ts::TT_ISDB_S = DS_ISDB_S , ts::TT_ISDB_T = DS_ISDB_T , ts::TT_ISDB_C = DS_ISDB_C , ts::TT_ATSC = DS_ATSC } |
| A subset of ts::DeliverySystem describing types of tuners. More... | |
Functions | |
| const Names & | ts::DeliverySystemEnum () |
| Enumeration description of ts::DeliverySystem. | |
| bool | ts::IsSatelliteDelivery (DeliverySystem delsys) |
| Check if a delivery system is a satellite one. | |
| bool | ts::IsTerrestrialDelivery (DeliverySystem delsys) |
| Check if a delivery system is a terrestrial one. | |
| Standards | ts::StandardsOf (DeliverySystem delsys) |
| Get the list of standards for a delivery system. | |
| const Names & | ts::TunerTypeEnum () |
| Enumeration description for the subset of ts::DeliverySystem describing types of tuners. | |
| TunerType | ts::TunerTypeOf (DeliverySystem delsys) |
| Get the tuner type of a delivery system. | |
Definition for transmission delivery systems.