VideoCompositor.Listener


public interface VideoCompositor.Listener


Listener for errors.

Summary

Public methods

abstract void

Called after VideoCompositor has output its final output frame.

abstract void

Called when an exception occurs during asynchronous frame compositing.

Public methods

onEnded

abstract void onEnded()

Called after VideoCompositor has output its final output frame.

onError

abstract void onError(VideoFrameProcessingException exception)

Called when an exception occurs during asynchronous frame compositing.

If this is called, the calling VideoCompositor must immediately be released.