Package org.videolan.libvlc.interfaces
Interface ILibVLCFactory
-
- All Superinterfaces:
IComponentFactory
- All Known Implementing Classes:
LibVLCFactory,StubLibVLCFactory
public interface ILibVLCFactory extends IComponentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILibVLCgetFromContext(Context context)ILibVLCgetFromOptions(Context context, List<String> options)
-