Ignore:
Timestamp:
Mar 18, 2015 8:25:24 AM (9 years ago)
Author:
ming
Message:

Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to set output window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/call.cpp

    r4919 r4996  
    225225 
    226226CallMediaInfo::CallMediaInfo() 
     227: videoWindow(PJSUA_INVALID_ID) 
    227228{ 
    228229} 
     
    238239    } else if (this->type == PJMEDIA_TYPE_VIDEO) { 
    239240        this->videoIncomingWindowId = prm.stream.vid.win_in; 
     241        this->videoWindow           = VideoWindow(prm.stream.vid.win_in); 
    240242        this->videoCapDev           = prm.stream.vid.cap_dev; 
    241243    } 
Note: See TracChangeset for help on using the changeset viewer.