Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_format_cap Struct Reference

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.
 

Detailed Description

Format capabilities structure, holds formats + preference order + etc.

Definition at line 54 of file format_cap.c.


The documentation for this struct was generated from the following file: