Description of one network.
More...
#include <tsChannelFile.h>
Description of one network.
◆ Network()
ts::ChannelFile::Network::Network |
( |
uint16_t |
net = 0 , |
|
|
TunerType |
typ = TT_UNDEFINED |
|
) |
| |
|
inline |
Default constructor.
- Parameters
-
◆ tsCount()
size_t ts::ChannelFile::Network::tsCount |
( |
| ) |
const |
|
inline |
Get the number of transport streams in the network.
- Returns
- The number of transport streams in the network.
◆ tsByIndex()
Get a transport stream by index in the network.
- Parameters
-
- Returns
- A safe pointer to the TS or a null pointer if the specified TS does not exist.
◆ tsById()
Get a transport stream by id in the network.
- Parameters
-
- Returns
- A safe pointer to the TS or a null pointer if the specified TS does not exist.
◆ tsGetOrCreate()
Get or create a transport stream by id in the network.
- Parameters
-
- Returns
- A safe pointer to the TS, never a null pointer.
The documentation for this class was generated from the following file: