Ignore:
Timestamp:
Dec 10, 2019 3:55:51 AM (4 years ago)
Author:
nanang
Message:

Close #2255: Add API for making video window full screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/media.hpp

    r6112 r6117  
    18691869     */ 
    18701870    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 
    18721882private: 
    18731883    pjsua_vid_win_id            winId; 
Note: See TracChangeset for help on using the changeset viewer.