|
spandsp 3.0.0
|
Public Attributes | |
| int | bit_rate |
| The current bit rate for image transfer. | |
| int | error_correcting_mode |
| True if error correcting mode is used. | |
| int | pages_tx |
| The number of pages sent so far. | |
| int | pages_rx |
| The number of pages received so far. | |
| int | pages_in_file |
| The number of pages in the file (<0 if not known). | |
| int | image_type |
| The type of image of the most recent file page. | |
| int | image_x_resolution |
| The horizontal column-to-column resolution of the most recent file page, in pixels per metre. | |
| int | image_y_resolution |
| The vertical row-to-row resolution of the most recent file page, in pixels per metre. | |
| int | image_width |
| The number of horizontal pixels in the most recent file page. | |
| int | image_length |
| The number of vertical pixels in the most recent file page. | |
| int | type |
| The type of image of the most recent exchanged page. | |
| int | x_resolution |
| The horizontal column-to-column resolution of the most recent exchanged page, in pixels per metre. | |
| int | y_resolution |
| The vertical row-to-row resolution of the most recent exchanged page, in pixels per metre. | |
| int | width |
| The number of horizontal pixels in the most recent exchanged page. | |
| int | length |
| The number of vertical pixels in the most recent exchanged page. | |
| int | image_size |
| The size of the image, in bytes. | |
| int | compression |
| The type of compression used between the FAX machines. | |
| 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 | error_correcting_mode_retries |
| The number of HDLC frame retries, if error correcting mode is used. | |
| int | current_status |
| Current status. | |
| int | rtp_events |
| The number of RTP events in this call. | |
| int | rtn_events |
| The number of RTN events in this call. | |
| int t30_stats_t::bad_rows |
The number of bad pixel rows in the most recent page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::bit_rate |
The current bit rate for image transfer.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::compression |
The type of compression used between the FAX machines.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::current_status |
Current status.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::error_correcting_mode |
True if error correcting mode is used.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::error_correcting_mode_retries |
The number of HDLC frame retries, if error correcting mode is used.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_length |
The number of vertical pixels in the most recent file page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_size |
The size of the image, in bytes.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_type |
The type of image of the most recent file page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_width |
The number of horizontal pixels in the most recent file page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_x_resolution |
The horizontal column-to-column resolution of the most recent file page, in pixels per metre.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::image_y_resolution |
The vertical row-to-row resolution of the most recent file page, in pixels per metre.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::length |
The number of vertical pixels in the most recent exchanged page.
Referenced by t30_get_transfer_statistics().
| int t30_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().
| int t30_stats_t::pages_in_file |
The number of pages in the file (<0 if not known).
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::pages_rx |
The number of pages received so far.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::pages_tx |
The number of pages sent so far.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::rtn_events |
The number of RTN events in this call.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::rtp_events |
The number of RTP events in this call.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::type |
The type of image of the most recent exchanged page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::width |
The number of horizontal pixels in the most recent exchanged page.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::x_resolution |
The horizontal column-to-column resolution of the most recent exchanged page, in pixels per metre.
Referenced by t30_get_transfer_statistics().
| int t30_stats_t::y_resolution |
The vertical row-to-row resolution of the most recent exchanged page, in pixels per metre.
Referenced by t30_get_transfer_statistics().