| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 | 
| 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_cap_append_by_type(), ast_format_clone(), ast_format_cmp(), ast_format_create(), 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(), AST_TEST_DEFINE(), AST_TEST_DEFINE(), 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_clone(), ast_format_create_named(), and format_destroy().
| const char* name | 
Name of the format
Definition at line 45 of file format.c.
Referenced by ast_format_clone(), ast_format_create_named(), ast_format_get_name(), PathSegment::get_child(), and SwaggerType::load().