Interface OnInputFrameProcessedListener
-
@Deprecated public interface OnInputFrameProcessedListener
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
Deprecated.Called when the given input frame has been processed.- Throws:
VideoFrameProcessingException
-
-