-
- All Implemented Interfaces:
-
org.videolan.libvlc.interfaces.IComponentFactory
public interface ILibVLCFactory implements IComponentFactory
-
-
Method Summary
Modifier and Type Method Description abstract ILibVLCgetFromOptions(Context context, List<String> options)abstract ILibVLCgetFromContext(Context context)-
-
Method Detail
-
getFromOptions
abstract ILibVLC getFromOptions(Context context, List<String> options)
-
getFromContext
abstract ILibVLC getFromContext(Context context)
-
-
-
-