Ignore:
Timestamp:
Jul 3, 2015 6:21:30 AM (9 years ago)
Author:
ming
Message:

Re #1861: Changed pjsua API for setting the orientation using a more generic API, pjsua_vid_dev_set_setting() instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-videodev/videodev.h

    r4994 r5125  
    241241 
    242242    /** 
    243      * Support for changing video orientation in renderer and querying 
    244      * video orientation info in capture. Changing video orientation in 
    245      * a renderer will potentially affect the size of render window, 
    246      * i.e: width and height swap. When a capture device supports this 
    247      * capability, it will generate event PJMEDIA_EVENT_ORIENT_CHANGED 
    248      * (see #pjmedia_event) everytime the capture orientation is changed. 
     243     * Support for changing video orientation. For a renderer device, 
     244     * changing video orientation in will potentially affect the size of 
     245     * render window, i.e: width and height swap. For a capture device, 
     246     * the video will be rotated but the size of the video frame 
     247     * will stay the same, so the video may be resized or stretched. 
    249248     * 
    250249     * The value of this capability is pjmedia_orient. 
Note: See TracChangeset for help on using the changeset viewer.