TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Association of a PID and an operator id (CAS-specific). More...
#include <tsPIDOperator.h>
Public Member Functions | |
PIDOperator (PID pid_=0, bool is_emm_=false, uint16_t cas_id_=0, uint32_t oper_=0) | |
Constructor. | |
bool | operator< (const PIDOperator &po) const |
Comparison operator. | |
Public Attributes | |
uint16_t | cas_id |
CAS identifier. | |
bool | is_emm |
True for EMM PID, false for ECM PID. | |
uint32_t | oper |
Operator id. | |
PID | pid |
ECM/EMM PID. | |
Association of a PID and an operator id (CAS-specific).
ts::PIDOperator::PIDOperator | ( | PID | pid_ = 0 , |
bool | is_emm_ = false , |
||
uint16_t | cas_id_ = 0 , |
||
uint32_t | oper_ = 0 |
||
) |
Constructor.
[in] | pid_ | PID value. |
[in] | is_emm_ | True for EMM PID, false for ECM PID. |
[in] | cas_id_ | CAS identifier. |
[in] | oper_ | CAS-specific operator id. |
bool ts::PIDOperator::operator< | ( | const PIDOperator & | po | ) | const |
Comparison operator.
Not really meaningfull but required to use this class in containers.
[in] | po | Other pid/operator instance to compare. |