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