SurfaceType
Artifact: androidx.media3:media3-ui-compose
@UnstableApi
@Retention(value = AnnotationRetention.SOURCE)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER])
@IntDef(value = [1, 2])
annotation SurfaceType
The type of surface used for media playbacks. One of SURFACE_TYPE_SURFACE_VIEW or SURFACE_TYPE_TEXTURE_VIEW.
Summary
Public constructors |
|---|