@UnstableApi
@Retention(value = AnnotationRetention.SOURCE)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER])
@IntDef(value = [1, 2])
annotation SurfaceType


The type of surface view used for media playbacks. One of SURFACE_TYPE_SURFACE_VIEW or SURFACE_TYPE_TEXTURE_VIEW.

Summary

Public constructors

Public constructors

SurfaceType

SurfaceType()