VideoCompositor.Listener
Artifact: androidx.media3:media3-effect
public interface VideoCompositor.Listener
Listener for errors.
Summary
Public methods |
|
|---|---|
abstract void |
onEnded()Called after |
abstract void |
onError(VideoFrameProcessingException exception)Called when an exception occurs during asynchronous frame compositing. |
Public methods
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.