[vlc-commits] macosx: Add renderer discovery classes

Marvin Scholz git at videolan.org
Fri Jun 17 17:16:17 CEST 2016


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 16 23:54:17 2016 +0200| [cadeb98ea303e8a7563ef43de6b497cc1a8d5a9e] | committer: Felix Paul Kühne

macosx: Add renderer discovery classes

This adds two wrapper classes:

- VLCRendererDiscovery
  Wraps libvlc’s vlc_renderer_discovery and allows a delegate
  to receive add and delete notifications for renderer items.

- VLCRendererItem
  Wraps libvlc’s vlc_renderer_item, is used by VLCRendererDiscovery
  to conveniently wrap the vlc_renderer_item to use them easier in
  Objective C.

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cadeb98ea303e8a7563ef43de6b497cc1a8d5a9e
---

 modules/gui/macosx/VLCRendererDiscovery.h |  124 +++++++++++++++++++++++
 modules/gui/macosx/VLCRendererDiscovery.m |  152 +++++++++++++++++++++++++++++
 modules/gui/macosx/VLCRendererItem.h      |   85 ++++++++++++++++
 modules/gui/macosx/VLCRendererItem.m      |   95 ++++++++++++++++++
 4 files changed, 456 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cadeb98ea303e8a7563ef43de6b497cc1a8d5a9e


More information about the vlc-commits mailing list