A service entry.
More...
#include <tsVBIDataDescriptor.h>
|
| Service (uint8_t id=0) |
| Default constructor.
|
|
bool | hasReservedBytes () const |
| Check if a service entry has reserved bytes.
|
|
|
uint8_t | data_service_id = 0 |
| VBI service type.
|
|
FieldList | fields {} |
| List of fields.
|
|
ByteBlock | reserved {} |
| Reserved bytes, when data_service_id is not any of 1, 2, 4, 5, 6, 7.
|
|
◆ Service()
ts::VBIDataDescriptor::Service::Service |
( |
uint8_t |
id = 0 | ) |
|
|
inline |
Default constructor.
- Parameters
-
◆ hasReservedBytes()
bool ts::VBIDataDescriptor::Service::hasReservedBytes |
( |
| ) |
const |
|
inline |
Check if a service entry has reserved bytes.
- Returns
- True if reserved is used. Return false if the list of fields are used.
The documentation for this class was generated from the following file: