#1204 closed enhancement (fixed)
Support for refreshing audio device list (thanks to Seth Hinze for the patch)
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjmedia-audiodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
This feature adds support for pjmedia to refresh its audio device list, thereby allowing application to use/stop using audio devices that are plugged/unplugged when the application is running.
Application would still need to do its own implementation to detect audio devices plug/unplug event. Then it can call the function pjmedia_aud_dev_refresh().
Note that this feature is not implemented on PortAudio, legacy, and all Symbian sound backends.
Change History (7)
comment:1 Changed 14 years ago by ming
- Description modified (diff)
comment:2 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 14 years ago by nanang
comment:4 Changed 14 years ago by bennylp
- Resolution fixed deleted
- Status changed from closed to reopened
New device list doesn't show up in WMME and ALSA, reopening the ticket
comment:5 Changed 14 years ago by ming
comment:6 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from reopened to closed
comment:7 Changed 13 years ago by bennylp
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
(In [3438]) Fixed #1204: Support for refreshing audio device list.