|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| uint32_t | dst_dahdi_fmt |
| struct { | |
| struct translator * next | |
| } | entry |
| uint32_t | src_dahdi_fmt |
| struct ast_translator | t |
Definition at line 269 of file codec_dahdi.c.
| uint32_t dst_dahdi_fmt |
Definition at line 272 of file codec_dahdi.c.
Referenced by dahdi_new(), is_already_registered(), and register_translator().
| struct { ... } entry |
| struct translator* next |
Definition at line 273 of file codec_dahdi.c.
| uint32_t src_dahdi_fmt |
Definition at line 271 of file codec_dahdi.c.
Referenced by dahdi_new(), is_already_registered(), and register_translator().
| struct ast_translator t |
Definition at line 270 of file codec_dahdi.c.
Referenced by dahdi_new(), register_translator(), and unregister_translators().
1.8.13