Ignore:
Timestamp:
Jul 7, 2011 7:46:33 AM (13 years ago)
Author:
bennylp
Message:

Initial commit re #1263 (PJSUA-LIB Video API):

  • API designed and reviewed (pjsua.h)
  • Implemented these APIs and added to pjsua sample application:
    • video device enums API
    • video capture preview API
  • refactoring in PJSUA-LIB:
    • video stuffs go to pjsua_vid.c
    • call dump goes to pjsua_dump.c

We're still missing:

  • video call API implementation
  • media info and statistic API implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/build/Makefile

    r3457 r3609  
    7676export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    7777                        pjsua_acc.o pjsua_call.o pjsua_core.o \ 
    78                         pjsua_im.o pjsua_media.o pjsua_pres.o 
     78                        pjsua_im.o pjsua_media.o pjsua_pres.o \ 
     79                        pjsua_dump.o pjsua_vid.o 
    7980export PJSUA_LIB_CFLAGS += $(_CFLAGS) $(PJ_VIDEO_CFLAGS) 
    8081 
Note: See TracChangeset for help on using the changeset viewer.