|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | |
| char | buf [0] |
| struct ast_format * | fmt |
| char * | opt_args [OPT_ARG_ARRAY_SIZE] |
| char * | options |
| struct ast_flags | opts |
| char * | type |
Definition at line 130 of file res_rtp_multicast.c.
| char buf[0] |
The type and options are stored in this buffer
Definition at line 137 of file res_rtp_multicast.c.
Referenced by ast_multicast_rtp_create_options().
| struct ast_format* fmt |
Definition at line 133 of file res_rtp_multicast.c.
Referenced by multicast_rtp_request().
| char* opt_args[OPT_ARG_ARRAY_SIZE] |
Definition at line 135 of file res_rtp_multicast.c.
Referenced by ast_multicast_rtp_create_options(), ast_multicast_rtp_options_get_format(), and multicast_rtp_new().
| char* options |
Definition at line 132 of file res_rtp_multicast.c.
Referenced by ast_multicast_rtp_create_options().
| struct ast_flags opts |
Definition at line 134 of file res_rtp_multicast.c.
Referenced by ast_multicast_rtp_create_options(), ast_multicast_rtp_options_get_format(), and multicast_rtp_new().
| char* type |
Definition at line 131 of file res_rtp_multicast.c.
Referenced by ast_multicast_rtp_create_options(), and multicast_rtp_new().