#1309 closed enhancement (fixed)
Add video device capability to support changing position and hiding of renderer window
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-alpha |
Component: | pjmedia-videodev | Version: | 2.0-dev-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Add two capabilities for videodev:
- PJMEDIA_VID_DEV_CAP_OUTPUT_POSITION, to change the position of the renderer window
- PJMEDIA_VID_DEV_CAP_OUTPUT_HIDE, to show/hide the renderer window
Change History (3)
comment:1 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by ming
comment:3 Changed 13 years ago by ming
Note: See
TracTickets for help on using
tickets.
(In [3590]) Closed #1309: Add video device capability to support changing position and hiding of renderer window.
Provide SDL implementation for both capabilities.