Changeset 6117 for pjproject/trunk/pjsip/include/pjsua2/media.hpp
- Timestamp:
- Dec 10, 2019 3:55:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/media.hpp
r6112 r6117 1869 1869 */ 1870 1870 void setWindow(const VideoWindowHandle &win) PJSUA2_THROW(Error); 1871 1871 1872 /** 1873 * Set video window full-screen. This operation is valid only when the 1874 * underlying video device supports PJMEDIA_VID_DEV_CAP_OUTPUT_FULLSCREEN 1875 * capability. Currently it is only supported on SDL backend. 1876 * 1877 * @param enabled Set to true if full screen is desired, false 1878 * otherwise. 1879 */ 1880 void setFullScreen(bool enabled) PJSUA2_THROW(Error); 1881 1872 1882 private: 1873 1883 pjsua_vid_win_id winId;
Note: See TracChangeset
for help on using the changeset viewer.