TSDuck v3.40-4025
MPEG Transport Stream Toolkit
|
Representation of an Application Identifier. More...
#include <tsApplicationIdentifier.h>
Public Member Functions | |
ApplicationIdentifier (uint32_t org_id=0, uint16_t app_id=0) | |
Constructor from two ids. | |
Public Attributes | |
uint16_t | application_id |
The application identifier. | |
uint32_t | organization_id |
The organization identifier. | |
Representation of an Application Identifier.
|
inline |
Constructor from two ids.
[in] | org_id | Organization identifier. |
[in] | app_id | Application identifier. |