public @interface

SampleConsumer.InputResult

implements java.lang.annotation.Annotation

 androidx.media3.transformer.SampleConsumer.InputResult

Overview

Specifies the result of an input operation. One of SampleConsumer.INPUT_RESULT_SUCCESS, SampleConsumer.INPUT_RESULT_TRY_AGAIN_LATER or SampleConsumer.INPUT_RESULT_END_OF_STREAM.

Summary