Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used for capability formats, adds framing. More...
Data Fields | |
struct { | |
struct format_cap_framed * next | |
} | entry |
Linked list information. More... | |
struct ast_format * | format |
A pointer to the format. More... | |
unsigned int | framing |
The format framing size. More... | |
Structure used for capability formats, adds framing.
Definition at line 44 of file format_cap.c.
struct { ... } entry |
Linked list information.
struct ast_format* format |
A pointer to the format.
Definition at line 46 of file format_cap.c.
Referenced by __ast_format_cap_append(), __ast_format_cap_get_names(), ast_format_cap_append_by_type(), ast_format_cap_append_from_cap(), ast_format_cap_get_best_by_type(), ast_format_cap_get_compatible(), ast_format_cap_get_compatible_format(), ast_format_cap_get_format(), ast_format_cap_get_format_framing(), ast_format_cap_has_type(), ast_format_cap_iscompatible(), ast_format_cap_iscompatible_format(), ast_format_cap_remove_by_type(), ast_format_cap_replace_from_cap(), ast_format_cap_update_by_allow_disallow(), format_cap_framed_destroy(), format_cap_replace(), and format_in_format_cap().
unsigned int framing |
The format framing size.
Definition at line 48 of file format_cap.c.
Referenced by ast_format_cap_append_from_cap(), ast_format_cap_get_compatible(), ast_format_cap_get_format_framing(), ast_format_cap_replace_from_cap(), ast_format_cap_set_framing(), format_cap_framed_init(), and format_cap_replace().
struct format_cap_framed* next |
Definition at line 50 of file format_cap.c.