Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
Definition of a media format.
void* attribute_data |
Attribute specific data, implementation specific.
Definition at line 49 of file format.c.
Referenced by ast_format_get_attribute_data(), ast_format_joint(), and ast_format_set_attribute_data().
unsigned int channel_count |
The number if audio channels used, if more than one an interleaved format is required.
Definition at line 53 of file format.c.
Referenced by ast_format_create_named(), ast_format_get_channel_count(), and ast_format_set_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 ast_format_attribute_get(), ast_format_can_be_smoothed(), ast_format_clone(), ast_format_cmp(), ast_format_create_named(), ast_format_determine_length(), ast_format_generate_sdp_fmtp(), ast_format_get_codec(), ast_format_get_codec_id(), ast_format_get_codec_name(), ast_format_get_default_ms(), ast_format_get_maximum_ms(), ast_format_get_minimum_bytes(), ast_format_get_minimum_ms(), ast_format_get_sample_rate(), ast_format_get_smoother_flags(), ast_format_get_type(), ast_format_joint(), ast_format_parse_sdp_fmtp(), ast_rtp_write(), AST_TEST_DEFINE(), dahdi_sendtext(), and format_destroy().
const struct ast_format_interface* interface |
Pointer to the optional format interface.
Definition at line 51 of file format.c.
Referenced by __ast_format_interface_register(), ast_format_clone(), ast_format_cmp(), ast_format_create_named(), ast_format_joint(), and format_destroy().
const char* name |
Name of the format
Definition at line 45 of file format.c.
Referenced by ast_format_attribute_set(), ast_format_clone(), ast_format_create_named(), ast_format_get_name(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().