Package org.videolan.libvlc.interfaces
Interface IVLCVout.Callback
-
- Enclosing interface:
- IVLCVout
public static interface IVLCVout.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSurfacesCreated(IVLCVout vlcVout)This callback is called when surfaces are created.voidonSurfacesDestroyed(IVLCVout vlcVout)This callback is called when surfaces are destroyed.
-