|
spandsp 3.0.0
|
#include <t4_rx.h>
Public Attributes | |
| int | pages_transferred |
| The number of pages transferred so far. | |
| int | pages_in_file |
| The number of pages in the file (<0 if unknown). | |
| int | bad_rows |
| The number of bad pixel rows in the most recent page. | |
| int | longest_bad_row_run |
| The largest number of bad pixel rows in a block in the most recent page. | |
| int | image_type |
| The type of image in the file page. | |
| int | image_x_resolution |
| The horizontal resolution of the file page in pixels per metre. | |
| int | image_y_resolution |
| The vertical resolution of the file page in pixels per metre. | |
| int | image_width |
| The number of horizontal pixels in the file page. | |
| int | image_length |
| The number of vertical pixels in the file page. | |
| int | type |
| The type of image in the exchanged page. | |
| int | x_resolution |
| The horizontal resolution of the exchanged page in pixels per metre. | |
| int | y_resolution |
| The vertical resolution of the exchanged page in pixels per metre. | |
| int | width |
| The number of horizontal pixels in the exchanged page. | |
| int | length |
| The number of vertical pixels in the exchanged page. | |
| int | compression |
| The type of compression used between the FAX machines. | |
| int | line_image_size |
| The size of the image on the line, in bytes. | |
T.4 FAX compression/decompression statistics.
| int t4_stats_t::bad_rows |
The number of bad pixel rows in the most recent page.
Referenced by t30_get_transfer_statistics(), and t4_rx_get_transfer_statistics().
| int t4_stats_t::compression |
The type of compression used between the FAX machines.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::image_length |
The number of vertical pixels in the file page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::image_type |
The type of image in the file page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::image_width |
The number of horizontal pixels in the file page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::image_x_resolution |
The horizontal resolution of the file page in pixels per metre.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::image_y_resolution |
The vertical resolution of the file page in pixels per metre.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::length |
The number of vertical pixels in the exchanged page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::line_image_size |
The size of the image on the line, in bytes.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::longest_bad_row_run |
The largest number of bad pixel rows in a block in the most recent page.
Referenced by t30_get_transfer_statistics(), and t4_rx_get_transfer_statistics().
| int t4_stats_t::pages_in_file |
The number of pages in the file (<0 if unknown).
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::pages_transferred |
The number of pages transferred so far.
Referenced by t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::type |
The type of image in the exchanged page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::width |
The number of horizontal pixels in the exchanged page.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::x_resolution |
The horizontal resolution of the exchanged page in pixels per metre.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().
| int t4_stats_t::y_resolution |
The vertical resolution of the exchanged page in pixels per metre.
Referenced by t30_get_transfer_statistics(), t4_rx_get_transfer_statistics(), and t4_tx_get_transfer_statistics().