Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
format_cap_framed Struct Reference

Structure used for capability formats, adds framing. More...

Collaboration diagram for format_cap_framed:
Collaboration graph
[legend]

Data Fields

struct {
   struct format_cap_framed *   next
 
entry
 Linked list information. More...
 
struct ast_formatformat
 A pointer to the format. More...
 
unsigned int framing
 The format framing size. More...
 

Detailed Description

Structure used for capability formats, adds framing.

Definition at line 44 of file format_cap.c.

Field Documentation

◆ entry

struct { ... } entry

Linked list information.

◆ format

struct ast_format* format

◆ framing

unsigned int framing

◆ next

struct format_cap_framed* next

Definition at line 50 of file format_cap.c.


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