ZVBI Library  0.2.33
Data Fields
vbi_pfc_block Struct Reference

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.