VBI data descriptor parsing.
More...
Go to the source code of this file.
VBI data descriptor parsing.
- Author
- Jean-Paul Saman jpsam.nosp@m.an@v.nosp@m.ideol.nosp@m.an.o.nosp@m.rg DVB VBI data descriptor parsing, according to ETSI EN 300 468 version 1.7.1 section 6.2.46
NOTE: this descriptor is known by tag value 0x45
◆ DVBPSI_VBI_DR_MAX
#define DVBPSI_VBI_DR_MAX 85 |
Maximum number of dvbpsi_vbidata_t entries present in.
- See also
- dvbpsi_vbi_dr_t
◆ DVBPSI_VBIDATA_LINE_DR_MAX
#define DVBPSI_VBIDATA_LINE_DR_MAX 255 |
◆ dvbpsi_DecodeVBIDataDr()
"VBI data" descriptor decoder.
- Parameters
-
p_descriptor | pointer to the descriptor structure |
- Returns
- a pointer to a new "VBI data" descriptor structure which contains the decoded data.
◆ dvbpsi_GenVBIDataDr()
"VBI data" descriptor generator.
- Parameters
-
p_decoded | pointer to a decoded "VBI data" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |
- Returns
- a pointer to a new descriptor structure which contains encoded data.