26#ifndef _AST_FORMAT_CAP_H_ 
   27#define _AST_FORMAT_CAP_H_ 
   49#define ast_format_cap_alloc(flags) \ 
   50    __ast_format_cap_alloc((flags), "ast_format_cap_alloc", \ 
   51        __FILE__, __LINE__, __PRETTY_FUNCTION__) 
 
   52#define ast_t_format_cap_alloc(flags, tag) \ 
   53    __ast_format_cap_alloc((flags), (tag), __FILE__, __LINE__, __PRETTY_FUNCTION__) 
 
   55    const char *tag, 
const char *file, 
int line, 
const char *func);
 
   99#define ast_format_cap_append(cap, format, framing) \ 
  100    __ast_format_cap_append((cap), (format), (framing), "ast_format_cap_append", \ 
  101        __FILE__, __LINE__, __PRETTY_FUNCTION__) 
 
  102#define ast_t_format_cap_append(cap, format, framing, tag) \ 
  103    __ast_format_cap_append((cap), (format), (framing), (tag), \ 
  104        __FILE__, __LINE__, __PRETTY_FUNCTION__) 
 
  106    const char *tag, 
const char *file, 
int line, 
const char *func);
 
  322#ifndef AST_FORMAT_CAP_NAMES_LEN 
  324#define AST_FORMAT_CAP_NAMES_LEN 384 
ast_media_type
Types of media.
Support for dynamic strings.