Ignore:
Timestamp:
Jul 13, 2011 1:31:08 PM (13 years ago)
Author:
nanang
Message:

Re #1263:

  • Break down the operation type PJSUA_CALL_VID_STRM_MODIFY into PJSUA_CALL_VID_STRM_ENABLE, PJSUA_CALL_VID_STRM_DISABLE, PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV.
  • Implemented video stream re-enabling (PJSUA_CALL_VID_STRM_ENABLE).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/include/pjsua-lib/pjsua.h

    r3634 r3636  
    382382 
    383383    /** 
    384      * Remove an existing video stream. 
    385      */ 
    386     PJSUA_CALL_VID_STRM_REMOVE, 
    387  
    388     /** 
    389      * Modify an existing video stream, such as changing the capture device. 
    390      */ 
    391     PJSUA_CALL_VID_STRM_MODIFY, 
     384     * Disable/remove an existing video stream. 
     385     */ 
     386    PJSUA_CALL_VID_STRM_DISABLE, 
     387 
     388    /** 
     389     * Enable video stream. 
     390     */ 
     391    PJSUA_CALL_VID_STRM_ENABLE, 
     392 
     393    /** 
     394     * Changing capture device of a video stream. 
     395     */ 
     396    PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV, 
    392397 
    393398    /** 
     
    425430     * 
    426431     * This field is valid for the following video stream operations: 
    427      * PJSUA_CALL_VID_STRM_ADD, PJSUA_CALL_VID_STRM_MODIFY, and 
     432     * PJSUA_CALL_VID_STRM_ADD, PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV, and 
    428433     * PJSUA_CALL_VID_STRM_START_TRANSMIT. 
    429434     */ 
Note: See TracChangeset for help on using the changeset viewer.