- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjsip/include/pjsua2/media.hpp
r5165 r5513 768 768 /** 769 769 * Select or change capture sound device. Application may call this 770 * function at any time to replace current sound device. 770 * function at any time to replace current sound device. Calling this 771 * method will not change the state of the sound device (opened/closed). 772 * Note that this method will override the mode set by setSndDevMode(). 771 773 * 772 774 * @param capture_dev Device ID of the capture device. … … 776 778 /** 777 779 * Select or change playback sound device. Application may call this 778 * function at any time to replace current sound device. 780 * function at any time to replace current sound device. Calling this 781 * method will not change the state of the sound device (opened/closed). 782 * Note that this method will override the mode set by setSndDevMode(). 779 783 * 780 784 * @param playback_dev Device ID of the playback device. … … 806 810 */ 807 811 MediaPort *setNoDev(); 812 813 /** 814 * Set sound device mode. 815 * 816 * @param mode The sound device mode, as bitmask combination 817 * of #pjsua_snd_dev_mode 818 * 819 */ 820 void setSndDevMode(unsigned mode) const throw(Error); 808 821 809 822 /**
Note: See TracChangeset
for help on using the changeset viewer.