26 #ifndef _AST_FORMAT_CACHE_H_ 27 #define _AST_FORMAT_CACHE_H_ 284 const char *tag,
const char *
file,
int line,
const char *func);
286 #define ast_format_cache_get(name) \ 287 __ast_format_cache_get((name), "ast_format_cache_get", __FILE__, __LINE__, __PRETTY_FUNCTION__) 288 #define ast_t_format_cache_get(name, tag) \ 289 __ast_format_cache_get((name), (tag), __FILE__, __LINE__, __PRETTY_FUNCTION__)
static snd_pcm_format_t format
Represents a media codec within Asterisk.