uk.co.caprica.vlcj.binding
Class LibVlcFactory

java.lang.Object
  extended by uk.co.caprica.vlcj.binding.LibVlcFactory

public class LibVlcFactory
extends java.lang.Object

A factory that creates interfaces to the libvlc native library.


Method Summary
 LibVlc create()
          Create a new libvlc native library instance.
static LibVlcFactory factory()
          Create a new factory instance
 LibVlcFactory log()
          Request that the libvlc native library instance be logged.
 LibVlcFactory synchronise()
          Request that the libvlc native library instance be synchronised.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

factory

public static LibVlcFactory factory()
Create a new factory instance

Returns:
factory

synchronise

public LibVlcFactory synchronise()
Request that the libvlc native library instance be synchronised.

Returns:
factory

log

public LibVlcFactory log()
Request that the libvlc native library instance be logged.

Returns:
factory

create

public LibVlc create()
Create a new libvlc native library instance.

Returns:
native library instance

(C)2010 Caprica Software Limited