MeiCam SDK For Android
3.14.0
|
Custom video effects' clearCacheResources interface base on render interface. \User-implemented custom video effects can implement this interface to clear cache. More...
Public Member Functions | |
void | onClearCacheResources () |
Meishe SDK calls this method on custom video effects to allow clear some cache resources. More... | |
![]() | |
void | onInit () |
Meishe SDK calls this method on custom video effects to let the user initialize some resources. More... | |
void | onCleanup () |
Meishe SDK calls this method on custom video effects to let users clean up resources. More... | |
void | onPreloadResources () |
Meishe SDK calls this method on custom video effects to allow preprocessing of some resources. More... | |
void | onRender (RenderContext renderContext) |
Meishe SDK calls this method on custom video effects to apply effect special effects on input video frames. More... | |
Custom video effects' clearCacheResources interface base on render interface. \User-implemented custom video effects can implement this interface to clear cache.
void com.meicam.sdk.NvsCustomVideoFx.RendererWithClearCache.onClearCacheResources | ( | ) |
Meishe SDK calls this method on custom video effects to allow clear some cache resources.
This method is called when user call clearCacheResource method in streamContext. This method is called in the effect rendering thread of Meishe SDK, and the current thread has already bound an EGL Context.