Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Format capabilities structure, holds formats + preference order + etc. More...
Data Fields | |
struct { | |
size_t current | |
struct format_cap_framed_list * elems | |
size_t max | |
} | formats |
Vector of formats, indexed using the codec identifier. More... | |
unsigned int | framing |
Global framing size, applies to all formats if no framing present on format. More... | |
struct { | |
size_t current | |
struct format_cap_framed ** elems | |
size_t max | |
} | preference_order |
Vector of formats, added in preference order. More... | |
Format capabilities structure, holds formats + preference order + etc.
Definition at line 54 of file format_cap.c.
size_t current |
Definition at line 56 of file format_cap.c.
struct format_cap_framed_list* elems |
Definition at line 56 of file format_cap.c.
struct format_cap_framed* * elems |
Definition at line 58 of file format_cap.c.
struct { ... } formats |
Vector of formats, indexed using the codec identifier.
Referenced by ast_format_cap_get_compatible_format(), ast_format_cap_get_format_framing(), ast_format_cap_iscompatible_format(), ast_format_cap_remove(), ast_format_cap_remove_by_type(), ast_media_get_format_cap(), format_cap_destroy(), format_cap_framed_init(), and format_cap_init().
unsigned int framing |
Global framing size, applies to all formats if no framing present on format.
Definition at line 60 of file format_cap.c.
Referenced by ast_format_cap_get_format_framing(), ast_format_cap_get_framing(), ast_format_cap_set_framing(), format_cap_framed_init(), and format_cap_init().
size_t max |
Definition at line 56 of file format_cap.c.
struct { ... } preference_order |
Vector of formats, added in preference order.
Referenced by __ast_format_cap_get_names(), ast_format_cap_append_from_cap(), ast_format_cap_count(), ast_format_cap_empty(), ast_format_cap_get_best_by_type(), ast_format_cap_get_compatible(), ast_format_cap_get_format(), ast_format_cap_has_type(), ast_format_cap_identical(), ast_format_cap_iscompatible(), ast_format_cap_remove(), ast_format_cap_remove_by_type(), ast_format_cap_replace_from_cap(), format_cap_destroy(), format_cap_framed_init(), format_cap_init(), format_cap_replace(), format_in_format_cap(), and internal_format_cap_identical().