Class RendererDiscoverer


  • public final class RendererDiscoverer
    extends Object
    Encapsulation of a native renderer discoverer instance.
    • Constructor Detail

      • RendererDiscoverer

        public RendererDiscoverer​(uk.co.caprica.vlcj.binding.internal.libvlc_renderer_discoverer_t discoverer)
    • Method Detail

      • events

        public EventApi events()
        Behaviour pertaining to events.
        Returns:
        event behaviour
      • list

        public ListApi list()
        Behaviour pertaining to the list of discovered renderer items.
        Returns:
        renderer discoverer item list behaviour
      • start

        public boolean start()
        Start discovery.
        Returns:
        true if successful; false on error
      • stop

        public void stop()
        Stop discovery.
      • release

        public void release()
        Release this component and the associated native resources.

        The component must no longer be used.

      • rendererDiscovererInstance

        public uk.co.caprica.vlcj.binding.internal.libvlc_renderer_discoverer_t rendererDiscovererInstance()
        Get the associated native renderer discoverer instance.
        Returns:
        renderer discoverer instance