public interface

VideoFrameProcessorTestRunner.BitmapReader

 androidx.media3.test.utils.VideoFrameProcessorTestRunner.BitmapReader

Subclasses:

TextureBitmapReader, VideoFrameProcessorTestRunner.SurfaceBitmapReader

Overview

Reads a Bitmap from VideoFrameProcessor output.

Summary

Methods
public BitmapgetBitmap()

Returns the output Bitmap.

public SurfacegetSurface(int width, int height, boolean useHighPrecisionColorComponents)

Returns the VideoFrameProcessor output , if one is needed.

Methods

public Surface getSurface(int width, int height, boolean useHighPrecisionColorComponents)

Returns the VideoFrameProcessor output , if one is needed.

public Bitmap getBitmap()

Returns the output Bitmap.