Asterisk - The Open Source Telephony Project
21.4.1
|
Definition of a media format. More...
Data Fields | |
void * | attribute_data |
Attribute specific data, implementation specific. | |
unsigned int | channel_count |
The number if audio channels used, if more than one an interleaved format is required. | |
struct ast_codec * | codec |
Pointer to the codec in use for this format. | |
const struct ast_format_interface * | interface |
Pointer to the optional format interface. | |
const char * | name |
const char* name |
Name of the format
Definition at line 45 of file format.c.
Referenced by PathSegment::__init__(), ast_format_clone(), ast_format_create_named(), ast_format_get_name(), PathSegment::get_child(), and iax2_codec_pref_string().