-
- All Implemented Interfaces:
-
org.videolan.libvlc.interfaces.IVLCObject
public class RendererDiscoverer extends VLCObject<RendererDiscoverer.Event>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRendererDiscoverer.Eventpublic interfaceRendererDiscoverer.EventListenerpublic classRendererDiscoverer.Description
-
Constructor Summary
Constructors Constructor Description RendererDiscoverer(ILibVLC ILibVLC, String name)Create a MediaDiscover.
-
Method Summary
Modifier and Type Method Description booleanstart()Starts the discovery. voidstop()Stops the discovery. voidsetEventListener(RendererDiscoverer.EventListener listener)static Array<RendererDiscoverer.Description>list(ILibVLC ILibVlc)-
-
Method Detail
-
start
boolean start()
Starts the discovery. This RendererDiscoverer should be alive (not released).
-
stop
void stop()
Stops the discovery. This RendererDiscoverer should be alive (not released).(You can also call to stop the discovery directly.
-
setEventListener
void setEventListener(RendererDiscoverer.EventListener listener)
-
list
static Array<RendererDiscoverer.Description> list(ILibVLC ILibVlc)
-
-
-
-