Go to the source code of this file.
Classes | |
struct | t38_terminal_state_t |
Defines | |
#define | _SPANDSP_T38_TERMINAL_H_ |
#define | T38_MAX_HDLC_LEN 260 |
Functions | |
int | t38_terminal_send_timeout (t38_terminal_state_t *s, int samples) |
void | t38_terminal_set_config (t38_terminal_state_t *s, int without_pacing) |
void | t38_terminal_set_tep_mode (t38_terminal_state_t *s, int use_tep) |
Select whether TEP time will be allowed for. | |
void | t38_terminal_set_fill_bit_removal (t38_terminal_state_t *s, int remove) |
Select whether non-ECM fill bits are to be removed during transmission. | |
t38_terminal_state_t * | t38_terminal_init (t38_terminal_state_t *s, int calling_party, t38_tx_packet_handler_t *tx_packet_handler, void *tx_packet_user_data) |
Initialise a termination mode T.38 context. | |
int | t38_terminal_release (t38_terminal_state_t *s) |
Release a T.38 context. | |
int | t38_terminal_free (t38_terminal_state_t *s) |
Free a T.38 context. |
|
Free a T.38 context. Free a a termination mode T.38 context.
|
|
Initialise a termination mode T.38 context.
|
|
Release a T.38 context. Release a termination mode T.38 context.
|
|
Select whether non-ECM fill bits are to be removed during transmission. Select whether non-ECM fill bits are to be removed during transmission.
|
|
Select whether TEP time will be allowed for. Select whether the time for talker echo protection tone will be allowed for when sending.
|