Ignore:
Timestamp:
Jul 30, 2015 1:42:51 PM (9 years ago)
Author:
riza
Message:

Re #1863: Add missing video Device API.

  • refresh device list, lookup dev, cap name, set/get capabilities
File:
1 edited

Legend:

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

    r5131 r5139  
    17081708    pj_str_t codec_str = str2Pj(codec_id); 
    17091709    PJSUA2_CHECK_EXPR(pjsua_vid_codec_set_priority(&codec_str, priority)); 
     1710#else 
     1711    PJ_UNUSED_ARG(codec_id); 
     1712    PJ_UNUSED_ARG(priority); 
    17101713#endif 
    17111714} 
     
    17191722 
    17201723    PJSUA2_CHECK_EXPR(pjsua_vid_codec_get_param(&codec_str, pj_param)); 
     1724#else 
     1725    PJ_UNUSED_ARG(codec_id); 
    17211726#endif 
    17221727    return pj_param; 
     
    17311736 
    17321737    PJSUA2_CHECK_EXPR(pjsua_vid_codec_set_param(&codec_str, pj_param)); 
     1738#else 
     1739    PJ_UNUSED_ARG(codec_id); 
     1740    PJ_UNUSED_ARG(param); 
    17331741#endif 
    17341742} 
Note: See TracChangeset for help on using the changeset viewer.