Asterisk - The Open Source Telephony Project
GIT-master-a24979a
|
Definition of a media format. More...
Data Fields | |
void * | attribute_data |
Attribute specific data, implementation specific. More... | |
unsigned int | channel_count |
The number if audio channels used, if more than one an interleaved format is required. More... | |
struct ast_codec * | codec |
Pointer to the codec in use for this format. More... | |
const struct ast_format_interface * | interface |
Pointer to the optional format interface. More... | |
const char * | name |
void* attribute_data |
Attribute specific data, implementation specific.
Definition at line 49 of file format.c.
Referenced by ast_format_joint().
unsigned int channel_count |
struct ast_codec* codec |
Pointer to the codec in use for this format.
Definition at line 47 of file format.c.
Referenced by add_sdp(), ast_format_cap_append_by_type(), ast_format_cmp(), ast_format_joint(), ast_rtp_write(), AST_TEST_DEFINE(), and dahdi_sendtext().
const struct ast_format_interface* interface |
Pointer to the optional format interface.
Definition at line 51 of file format.c.
Referenced by ast_format_clone().
const char* name |
Name of the format
Definition at line 45 of file format.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().