Back to Exoplayer

OnInputFrameProcessedListener (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/util/OnInputFrameProcessedListener.html

latest1.3 KB
Original Source

Package com.google.android.exoplayer2.util

Interface OnInputFrameProcessedListener


[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public interfaceOnInputFrameProcessedListener

Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.

A listener for processing input frames.

Method Summary

All Methods Instance Methods Abstract Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | onInputFrameProcessed​(int textureId) | Deprecated.

Called when the given input frame has been processed. |

Method Detail

- 

onInputFrameProcessed

void onInputFrameProcessed​(int textureId)
                    throws[VideoFrameProcessingException](VideoFrameProcessingException.html "class in com.google.android.exoplayer2.util")

Deprecated.

Called when the given input frame has been processed. Throws:VideoFrameProcessingException