Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used when registering a format interface. More...
Data Fields | |
char | codec [0] |
Name of the codec the interface is for. More... | |
const struct ast_format_interface * | interface |
Pointer to the format interface itself. More... | |
char codec[0] |
Name of the codec the interface is for.
Definition at line 61 of file format.c.
Referenced by __ast_format_interface_register().
const struct ast_format_interface* interface |
Pointer to the format interface itself.
Definition at line 59 of file format.c.
Referenced by __ast_format_interface_register(), and ast_format_create_named().