Siren14 format attribute interface.  
More...
Go to the source code of this file.
Siren14 format attribute interface. 
- Author
- Joshua Colp jcolp.nosp@m.@dig.nosp@m.ium.c.nosp@m.om 
Definition in file res_format_attr_siren14.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 | 
 
 
◆ siren14_clone()
◆ siren14_destroy()
  
  | 
        
          | static void siren14_destroy | ( | struct ast_format * | format | ) |  |  | static | 
 
 
◆ siren14_generate_sdp_fmtp()
  
  | 
        
          | static void siren14_generate_sdp_fmtp | ( | const struct ast_format * | format, |  
          |  |  | unsigned int | payload, |  
          |  |  | struct ast_str ** | str |  
          |  | ) |  |  |  | static | 
 
 
◆ siren14_parse_sdp_fmtp()
  
  | 
        
          | static struct ast_format * siren14_parse_sdp_fmtp | ( | const struct ast_format * | format, |  
          |  |  | const char * | attributes |  
          |  | ) |  |  |  | static | 
 
Definition at line 51 of file res_format_attr_siren14.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
◆ siren14_interface