|
spandsp 3.0.0
|
#include <fax.h>
Public Attributes | |
| t30_state_t | t30 |
| The T.30 back-end. | |
| fax_modems_state_t | modems |
| The analogue modem front-end. | |
| v8_state_t | v8 |
| V.8. | |
| logging_state_t | logging |
| Error and flow logging control. | |
Analogue line T.30 FAX channel descriptor. This defines the state of a single working instance of an analogue line soft-FAX machine.
| logging_state_t fax_state_s::logging |
Error and flow logging control.
Referenced by fax_get_logging_state(), and fax_init().
| fax_modems_state_t fax_state_s::modems |
The analogue modem front-end.
Referenced by fax_init(), fax_restart(), fax_rx(), fax_rx_fillin(), fax_set_tep_mode(), fax_set_transmit_on_idle(), and fax_tx().
| t30_state_t fax_state_s::t30 |
The T.30 back-end.
Referenced by fax_get_t30_state(), fax_init(), fax_release(), fax_restart(), fax_rx(), fax_rx_fillin(), and fax_tx().
| v8_state_t fax_state_s::v8 |
V.8.
Referenced by fax_init(), fax_release(), and fax_restart().