Main Page   Modules   Data Structures   Data Fields   Related Pages   Examples  

vbi_pfc_block Struct Reference

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

#include <pfc_demux.h>


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
 

Data block.


Generated at Tue Feb 26 01:33:09 2008 for ZVBI Library by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001