VideoSink.InputType
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation VideoSink.InputType
Specifies how the input frames are made available to the video sink. One of INPUT_TYPE_SURFACE
or INPUT_TYPE_BITMAP
.