Siren7 format attribute interface.
More...
Go to the source code of this file.
Siren7 format attribute interface.
- Author
- Joshua Colp jcolp.nosp@m.@dig.nosp@m.ium.c.nosp@m.om
Definition in file res_format_attr_siren7.c.
◆ __reg_module()
| static void __reg_module |
( |
void |
| ) |
|
|
static |
◆ __unreg_module()
| static void __unreg_module |
( |
void |
| ) |
|
|
static |
◆ AST_MODULE_SELF_SYM()
◆ load_module()
| static int load_module |
( |
void |
| ) |
|
|
static |
◆ siren7_clone()
◆ siren7_destroy()
| static void siren7_destroy |
( |
struct ast_format * |
format | ) |
|
|
static |
◆ siren7_generate_sdp_fmtp()
| static void siren7_generate_sdp_fmtp |
( |
const struct ast_format * |
format, |
|
|
unsigned int |
payload, |
|
|
struct ast_str ** |
str |
|
) |
| |
|
static |
◆ siren7_parse_sdp_fmtp()
| static struct ast_format * siren7_parse_sdp_fmtp |
( |
const struct ast_format * |
format, |
|
|
const char * |
attributes |
|
) |
| |
|
static |
Definition at line 51 of file res_format_attr_siren7.c.
52{
55
56
57 for (attrib = attribs; *attrib; ++attrib) {
58 *attrib = tolower(*attrib);
59 }
60
61 if (sscanf(attribs,
"bitrate=%30u", &
val) == 1) {
65 }
66 }
67
68
70}
#define ast_strdupa(s)
duplicate a string in memory from the stack
#define ao2_bump(obj)
Bump refcount on an AO2 object by one, returning the object.
References ao2_bump, ast_log, ast_strdupa, LOG_WARNING, and NULL.
◆ unload_module()
| static int unload_module |
( |
void |
| ) |
|
|
static |
◆ __mod_info
◆ ast_module_info
◆ siren7_interface