Changeset 5114 for pjproject/trunk/pjmedia/include/pjmedia/sdp_neg.h
- Timestamp:
- Jun 22, 2015 7:33:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/sdp_neg.h
r4577 r5114 789 789 /** 790 790 * Match format in the SDP media offer and answer. The matching mechanism 791 * will be done by comparing the encoding name and clock rate, and if the 792 * custom format matching callback for the specified format is registered, 793 * see #pjmedia_sdp_neg_register_fmt_match_cb(), it will be called for more 794 * detail verification, e.g: format parameters specified in SDP fmtp. 791 * will be done by comparing the encoding name, clock rate, and encoding 792 * parameters (if any), and if the custom format matching callback 793 * for the specified format is registered, see 794 * #pjmedia_sdp_neg_register_fmt_match_cb(), it will be called for 795 * more detail verification, e.g: format parameters specified in SDP fmtp. 795 796 * 796 797 * @param pool The memory pool.
Note: See TracChangeset
for help on using the changeset viewer.