VideoFrameProcessor.InputType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation VideoFrameProcessor.InputType
Specifies how the input frames are made available to the VideoFrameProcessor
. One of INPUT_TYPE_SURFACE
, INPUT_TYPE_BITMAP
, INPUT_TYPE_TEXTURE_ID
or INPUT_TYPE_SURFACE_AUTOMATIC_FRAME_REGISTRATION
.