Changeset 571 for pjproject/trunk/pjmedia/include/pjmedia-codec/types.h
- Timestamp:
- Jul 2, 2006 12:29:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/types.h
r411 r571 30 30 enum 31 31 { 32 /* Telephone events must have pt=101, or otherwise some code needs33 * to be updated (this would not affect outgoing pt).32 /* PJMEDIA_RTP_PT_TELEPHONE_EVENTS is declared in 33 * <pjmedia/config.h> 34 34 */ 35 PJMEDIA_RTP_PT_ TELEPHONE_EVENTS = 101, /**< telephone-events */35 PJMEDIA_RTP_PT_START = PJMEDIA_RTP_PT_TELEPHONE_EVENTS, 36 36 37 37 PJMEDIA_RTP_PT_SPEEX_NB, /**< Speex narrowband/8KHz */
Note: See TracChangeset
for help on using the changeset viewer.