VideoCompositor.Listener
Artifact: androidx.media3:media3-effect
interface VideoCompositor.Listener
Listener for errors.
Summary
Public functions |
|
|---|---|
Unit |
onEnded()Called after |
Unit |
onError(exception: VideoFrameProcessingException!)Called when an exception occurs during asynchronous frame compositing. |
Public functions
onError
fun onError(exception: VideoFrameProcessingException!): Unit
Called when an exception occurs during asynchronous frame compositing.
If this is called, the calling VideoCompositor must immediately be released.