public @interface

C.FirstFrameState

implements java.lang.annotation.Annotation

 androidx.media3.common.C.FirstFrameState

Overview

State of the first frame in a video renderer.

One of C.FIRST_FRAME_NOT_RENDERED_ONLY_ALLOWED_IF_STARTED, C.FIRST_FRAME_NOT_RENDERED, C.FIRST_FRAME_NOT_RENDERED_AFTER_STREAM_CHANGE or C.FIRST_FRAME_RENDERED. The stages are ordered and comparable, i.e., a value implies that all stages with higher values are not reached yet.

Summary