TSDuck v3.40-4025
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::ApplicationIdentifier Class Reference

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.
 

Detailed Description

Representation of an Application Identifier.

Constructor & Destructor Documentation

◆ ApplicationIdentifier()

ts::ApplicationIdentifier::ApplicationIdentifier ( uint32_t  org_id = 0,
uint16_t  app_id = 0 
)
inline

Constructor from two ids.

Parameters
[in]org_idOrganization identifier.
[in]app_idApplication identifier.

The documentation for this class was generated from the following file: