Changeset 5748 for pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h
- Timestamp:
- Feb 27, 2018 3:37:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/vid_stream.h
r5479 r5748 159 159 unsigned rx_pt; /**< Incoming codec paylaod type. */ 160 160 pj_uint32_t ssrc; /**< RTP SSRC. */ 161 pj_str_t cname; /**< RTCP CNAME. */ 162 pj_bool_t has_rem_ssrc;/**<Has remote RTP SSRC? */ 163 pj_uint32_t rem_ssrc; /**< Remote RTP SSRC. */ 164 pj_str_t rem_cname; /**< Remote RTCP CNAME. */ 161 165 pj_uint32_t rtp_ts; /**< Initial RTP timestamp. */ 162 166 pj_uint16_t rtp_seq; /**< Initial RTP sequence number. */
Note: See TracChangeset
for help on using the changeset viewer.