public @interface

VideoSink.InputType

implements java.lang.annotation.Annotation

 androidx.media3.exoplayer.video.VideoSink.InputType

Overview

Specifies how the input frames are made available to the video sink. One of VideoSink.INPUT_TYPE_SURFACE or VideoSink.INPUT_TYPE_BITMAP.

Summary