ZVBI Library  0.2.35
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

Source page as requested with vbi_pfc_demux_new().

unsigned int vbi_pfc_block::stream

Source stream as requested with vbi_pfc_demux_new().

Application ID transmitted with this data block.

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

uint8_t vbi_pfc_block::block[2048]

Data block.