intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

[RendererConsole] Added methods for creating renderers #63

Closed markdryan closed 11 years ago

markdryan commented 11 years ago

Two new methods have been added to the Manager class, renderer_from_name and renderer_from_udn. These methods can be used to construct Renderer objects from UDNs or friendly names, which is typically easier than using the d-Bus path, which is long and changes from one invocation of dLeyna-renderer to the next.

Signed-off-by: Mark Ryan mark.d.ryan@intel.com