-
public interface RendererHolderCallbackListener callback of RenderHolder
-
-
Method Summary
Modifier and Type Method Description abstract voidonPrimarySurfaceCreate(Surface surface)abstract voidonFrameAvailable()abstract voidonPrimarySurfaceDestroy()-
-
Method Detail
-
onPrimarySurfaceCreate
abstract void onPrimarySurfaceCreate(Surface surface)
-
onFrameAvailable
abstract void onFrameAvailable()
-
onPrimarySurfaceDestroy
abstract void onPrimarySurfaceDestroy()
-
-
-
-