Changeset 5896 for pjproject/trunk/pjsip/include/pjsua2/media.hpp
- Timestamp:
- Oct 8, 2018 5:04:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/media.hpp
r5792 r5896 108 108 }; 109 109 110 /** Array of MediaFormat */ 111 typedef std::vector<MediaFormat> MediaFormatVector; 110 /** Array of MediaFormatAudio */ 111 typedef std::vector<MediaFormatAudio> MediaFormatAudioVector; 112 113 /** Array of MediaFormatVideo */ 114 typedef std::vector<MediaFormatVideo> MediaFormatVideoVector; 112 115 113 116 /** … … 760 763 * Array of supported extended audio formats 761 764 */ 762 MediaFormat Vector extFmt;765 MediaFormatAudioVector extFmt; 763 766 764 767 /** … … 1745 1748 * to zero, it indicates that the exact format combination is being used. 1746 1749 */ 1747 MediaFormatV ector fmt;1750 MediaFormatVideoVector fmt; 1748 1751 1749 1752 /**
Note: See TracChangeset
for help on using the changeset viewer.