Parent: 8f32fa24cc9d044263bef468ef940d4353456f31
Author: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-06-07 02:50:17
Tree: bd81cdd002a6765be2af4dd49c8aac9189a1525b
media: Register app objects in proxy_added_cb() The proxy_added_cb() function is called every time a new client is added to the application object manager. Registering media endpoint and player in that proxy_added_cb() callback function will allow to register new endpoints and players not only during the initial RegisterApplication call, but also during the application lifetime. For instance, this might allow to dynamically enable/disable support for additional codecs.
Diffstat
| M | profiles/audio/media.c | | | 7 | ++++- - - |
1 files changed, 4 insertions(+), 3 deletions(-)