Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-17 UTC.
[null,null,["Last updated 2025-07-17 UTC."],[],[],null,["# C.FirstFrameState\n=================\n\nArtifact: [androidx.media3:media3-common](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/common/C.java+class:androidx.media3.common.C.FirstFrameState)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/media3/common/C.FirstFrameState \"View this page in Java\")\n\n\n```\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = ElementType.TYPE_USE)\n@UnstableApi\n@IntDef(value = )\nannotation C.FirstFrameState\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nState of the first frame in a video renderer.\n\nOne of [FIRST_FRAME_NOT_RENDERED_ONLY_ALLOWED_IF_STARTED](/reference/kotlin/androidx/media3/common/C#FIRST_FRAME_NOT_RENDERED_ONLY_ALLOWED_IF_STARTED()), [FIRST_FRAME_NOT_RENDERED](/reference/kotlin/androidx/media3/common/C#FIRST_FRAME_NOT_RENDERED()), [FIRST_FRAME_NOT_RENDERED_AFTER_STREAM_CHANGE](/reference/kotlin/androidx/media3/common/C#FIRST_FRAME_NOT_RENDERED_AFTER_STREAM_CHANGE()) or [FIRST_FRAME_RENDERED](/reference/kotlin/androidx/media3/common/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."]]