
Data Fields | |
| struct ast_format * | format |
| struct ast_format_cap * | joint_cap |
| int | joint_found |
Definition at line 364 of file format_cap.c.
| struct ast_format* format |
format to compare to for joint capabilities
Definition at line 366 of file format_cap.c.
Referenced by ast_format_cap_has_joint(), ast_format_cap_joint(), find_joint_cb(), and joint_copy_helper().
| struct ast_format_cap* joint_cap |
if joint formmat exists with above format, add it to the result container
Definition at line 368 of file format_cap.c.
Referenced by find_joint_cb(), and joint_copy_helper().
| int joint_found |
Definition at line 369 of file format_cap.c.
Referenced by ast_format_cap_has_joint(), ast_format_cap_joint(), and find_joint_cb().