Skip to content
  • Marvin Scholz's avatar
    macosx: Add renderer discovery classes · cadeb98e
    Marvin Scholz authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
    
    
    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's avatarFelix Paul Kühne <fkuehne@videolan.org>
    cadeb98e