Summary
Protected Constructors |
|
CustomImageSource(Context context, Surface inputSurface, SurfaceTexture inputSurfaceTexture, Handler handler, String tag, long handle)
|
Public Methods |
synchronized
void
|
release()
Releases the custom image source instance.
|
Protected Constructors
protected
CustomImageSource
(Context context, Surface inputSurface, SurfaceTexture inputSurfaceTexture, Handler handler, String tag, long handle)
Public Methods
public
synchronized
void
release
()
Releases the custom image source instance. This method must be called when the CustomImageSource
is no longer being used. The custom image source cannot be used after this method is called.
Protected Methods
protected
void
finalize
()