Opened 13 years ago
Closed 13 years ago
#1312 closed enhancement (fixed)
Support for refreshing video device list
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
This feature adds support for pjmedia to refresh its video device list, thereby allowing application to use/stop using video devices that are plugged/unplugged when the application is running.
Application would still need to do its own implementation to detect video devices plug/unplug event. Then it can call the function pjmedia_vid_dev_refresh().
Change History (2)
comment:1 Changed 13 years ago by ming
comment:2 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3592]) Re #1312: Support for refreshing video device list
Add pjmedia-videodev API: pjmedia_vid_dev_refresh() and its implementation for Windows and Linux.