#1265 closed task (fixed)
Video events
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-2.0-alpha |
Component: | pjsua-lib | Version: | 2.0-dev-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
While in general there are only few window events to be exported to application, since video window has no decoration (hence user cannot move, resize, close, etc.), there are events that may be interesting to app:
- if incoming video format/size has changed, and video window is updated. App needs this to move/resize the window to fit the app window.
- mouse click to video area may be interesting to app
Change History (6)
comment:1 Changed 13 years ago by bennylp
- Owner changed from nanang to ming
- Status changed from new to assigned
comment:2 Changed 13 years ago by bennylp
- Owner changed from ming to bennylp
comment:3 Changed 13 years ago by bennylp
- Component changed from pjmedia to pjsua-lib
- Description modified (diff)
comment:4 Changed 13 years ago by bennylp
comment:5 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 13 years ago by bennylp
- Summary changed from Handling GUI event such as window resize, window closed to Video events
Note: See
TracTickets for help on using
tickets.
(In [3652]) Re #1265 (GUI events): initial implementation, for renderer only first. Also re #1320 (misc): moved function prototypes from pjsua_xx.c to pjsua_internal.h