Main Page | Modules | Data Structures | Data Fields | Related Pages | Examples

vbi_pfc_block Struct Reference
[Teletext PFC packet demultiplexer]

One block of data returned by vbi_pfc_demux_cb(). More...


Data Fields

vbi_pgno pgno
unsigned int stream
unsigned int application_id
unsigned int block_size
uint8_t block [2048]


Detailed Description

One block of data returned by vbi_pfc_demux_cb().


Field Documentation

vbi_pgno vbi_pfc_block::pgno
 

Source page as requested with vbi_pfc_demux_new().

unsigned int vbi_pfc_block::stream
 

Source stream as requested with vbi_pfc_demux_new().

unsigned int vbi_pfc_block::application_id
 

Application ID transmitted with this data block.

unsigned int vbi_pfc_block::block_size
 

Size of the data block in bytes, 1 ... 2048.

uint8_t vbi_pfc_block::block[2048]
 

Data block.


Generated on Mon Jun 9 21:44:14 2008 for ZVBI Library by doxygen 1.3.5