androidx.media3.ui.compose
Annotations
SurfaceType |
The type of surface used for media playbacks. |
Composables
ContentFrame |
A container for displaying media content from a |
PlayerSurface |
Provides a dedicated drawing |
Constants summary
const Int |
Surface type to create |
const Int |
Surface type to create |
Constants
SURFACE_TYPE_SURFACE_VIEW
Artifact: androidx.media3:media3-ui-compose
@UnstableApi
const val SURFACE_TYPE_SURFACE_VIEW = 1: Int
Surface type to create android.view.SurfaceView.
SURFACE_TYPE_TEXTURE_VIEW
Artifact: androidx.media3:media3-ui-compose
@UnstableApi
const val SURFACE_TYPE_TEXTURE_VIEW = 2: Int
Surface type to create android.view.TextureView.