public @interface

VideoFrameProcessor.InputType

implements java.lang.annotation.Annotation

 androidx.media3.common.VideoFrameProcessor.InputType

Overview

Specifies how the input frames are made available to the VideoFrameProcessor. One of VideoFrameProcessor.INPUT_TYPE_SURFACE, VideoFrameProcessor.INPUT_TYPE_BITMAP, VideoFrameProcessor.INPUT_TYPE_TEXTURE_ID or VideoFrameProcessor.INPUT_TYPE_SURFACE_AUTOMATIC_FRAME_REGISTRATION.

Summary