|
|
@ -32,7 +32,7 @@ struct ast_format;
|
|
|
|
|
|
|
|
|
|
|
|
/*! \brief Format comparison results */
|
|
|
|
/*! \brief Format comparison results */
|
|
|
|
enum ast_format_cmp_res {
|
|
|
|
enum ast_format_cmp_res {
|
|
|
|
/*! Both formats are equivalent to eachother */
|
|
|
|
/*! Both formats are equivalent to each other */
|
|
|
|
AST_FORMAT_CMP_EQUAL = 0,
|
|
|
|
AST_FORMAT_CMP_EQUAL = 0,
|
|
|
|
/*! Both formats are completely different and not the same in any way */
|
|
|
|
/*! Both formats are completely different and not the same in any way */
|
|
|
|
AST_FORMAT_CMP_NOT_EQUAL,
|
|
|
|
AST_FORMAT_CMP_NOT_EQUAL,
|
|
|
@ -110,7 +110,7 @@ struct ast_format_interface {
|
|
|
|
struct ast_format *(* const format_parse_sdp_fmtp)(const struct ast_format *format, const char *attributes);
|
|
|
|
struct ast_format *(* const format_parse_sdp_fmtp)(const struct ast_format *format, const char *attributes);
|
|
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
/*!
|
|
|
|
* \brief Generate SDP attribute information from an ast_format_attr structure.
|
|
|
|
* \brief Generate SDP attribute information from an ast_format structure.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \param format The format containing attributes
|
|
|
|
* \param format The format containing attributes
|
|
|
|
* \param payload The payload number to place into the fmtp line
|
|
|
|
* \param payload The payload number to place into the fmtp line
|
|
|
|