Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
unsigned int | framing |
Global framing size, applies to all formats if no framing present on format. | |
struct { | |
size_t current | |
struct format_cap_framed ** elems | |
size_t max | |
} | preference_order |
Vector of formats, added in preference order. | |
Format capabilities structure, holds formats + preference order + etc.
Definition at line 54 of file format_cap.c.