26 #ifndef _AST_FORMAT_CAP_H_ 27 #define _AST_FORMAT_CAP_H_ 50 const char *tag,
const char *
file,
int line,
const char *func);
52 #define ast_format_cap_alloc(flags) \ 53 __ast_format_cap_alloc((flags), "ast_format_cap_alloc", \ 54 __FILE__, __LINE__, __PRETTY_FUNCTION__) 55 #define ast_t_format_cap_alloc(flags, tag) \ 56 __ast_format_cap_alloc((flags), (tag), __FILE__, __LINE__, __PRETTY_FUNCTION__) 101 const char *tag,
const char *
file,
int line,
const char *func);
103 #define ast_format_cap_append(cap, format, framing) \ 104 __ast_format_cap_append((cap), (format), (framing), "ast_format_cap_append", \ 105 __FILE__, __LINE__, __PRETTY_FUNCTION__) 106 #define ast_t_format_cap_append(cap, format, framing, tag) \ 107 __ast_format_cap_append((cap), (format), (framing), (tag), \ 108 __FILE__, __LINE__, __PRETTY_FUNCTION__) 324 #ifndef AST_FORMAT_CAP_NAMES_LEN 326 #define AST_FORMAT_CAP_NAMES_LEN 384
The descriptor of a dynamic string XXX storage will be optimized later if needed We use the ts field ...
ast_media_type
Types of media.
static snd_pcm_format_t format