java.lang.Object
uk.co.caprica.vlcj.player.renderer.ListApi

public final class ListApi extends Object
Behaviour pertaining to the list of discovered renderer items.
  • Method Details

    • rendererItems

      public List<RendererItem> rendererItems()
      Get the current list of renderer items.
      Returns:
    • contains

      public boolean contains(RendererItem containsItem)
      Check if a particular renderer item is still available.

      Renderer items can come and go as they are discovered or disconnected (or otherwise become unavailable)

      Parameters:
      containsItem -
      Returns: