Changeset 4890 for pjproject/trunk/pjmedia/src/pjmedia/stream_info.c
- Timestamp:
- Aug 19, 2014 12:54:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/stream_info.c
r3982 r4890 33 33 static const pj_str_t ID_TELEPHONE_EVENT = { "telephone-event", 15 }; 34 34 35 static const pj_str_t STR_INACTIVE = { "inactive", 8 };36 static const pj_str_t STR_SENDRECV = { "sendrecv", 8 };37 static const pj_str_t STR_SENDONLY = { "sendonly", 8 };38 static const pj_str_t STR_RECVONLY = { "recvonly", 8 };39 40 41 35 /* 42 36 * Internal function for collecting codec info and param from the SDP media. … … 326 320 unsigned stream_idx) 327 321 { 322 const pj_str_t STR_INACTIVE = { "inactive", 8 }; 323 const pj_str_t STR_SENDONLY = { "sendonly", 8 }; 324 const pj_str_t STR_RECVONLY = { "recvonly", 8 }; 325 328 326 pjmedia_codec_mgr *mgr; 329 327 const pjmedia_sdp_attr *attr;
Note: See TracChangeset
for help on using the changeset viewer.