java.lang.Object
uk.co.caprica.vlcj.player.renderer.RendererDiscoverer
Encapsulation of a native renderer discoverer instance.
-
Constructor Summary
ConstructorsConstructorDescriptionRendererDiscoverer(uk.co.caprica.vlcj.binding.internal.libvlc_renderer_discoverer_t discoverer) -
Method Summary
Modifier and TypeMethodDescriptionevents()Behaviour pertaining to events.list()Behaviour pertaining to the list of discovered renderer items.voidrelease()Release this component and the associated native resources.uk.co.caprica.vlcj.binding.internal.libvlc_renderer_discoverer_tGet the associated native renderer discoverer instance.booleanstart()Start discovery.voidstop()Stop discovery.
-
Constructor Details
-
RendererDiscoverer
public RendererDiscoverer(uk.co.caprica.vlcj.binding.internal.libvlc_renderer_discoverer_t discoverer)
-
-
Method Details
-
events
Behaviour pertaining to events.- Returns:
- event behaviour
-
list
Behaviour pertaining to the list of discovered renderer items.- Returns:
- renderer discoverer item list behaviour
-
start
public boolean start()Start discovery.- Returns:
trueif successful;falseon 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
-