RendererCapabilities.AdaptiveSupport
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation RendererCapabilities.AdaptiveSupport
Level of renderer support for adaptive format switches. One of ADAPTIVE_SEAMLESS
, ADAPTIVE_NOT_SEAMLESS
or ADAPTIVE_NOT_SUPPORTED
.