Changeset 5676 for pjproject/trunk/pjsip/include/pjsua2/call.hpp
- Timestamp:
- Oct 24, 2017 7:31:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/call.hpp
r5645 r5676 692 692 { 693 693 /** 694 * Media stream .694 * Media stream, read-only. 695 695 */ 696 696 MediaStream stream; 697 697 698 698 /** 699 * Stream index in the media session .699 * Stream index in the media session, read-only. 700 700 */ 701 701 unsigned streamIdx; 702 702 703 /** 704 * Specify if PJSUA2 should take ownership of the port returned in 705 * the pPort parameter below. If set to PJ_TRUE, 706 * pjmedia_port_destroy() will be called on the port when it is 707 * no longer needed. 708 * 709 * Default: PJ_FALSE 710 */ 711 bool destroyPort; 712 703 713 /** 704 714 * On input, it specifies the media port of the stream. Application
Note: See TracChangeset
for help on using the changeset viewer.