MappingTrackSelector.MappedTrackInfo.RendererSupport
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
annotation MappingTrackSelector.MappedTrackInfo.RendererSupport
Levels of renderer support. Higher numerical values indicate higher levels of support. One of RENDERER_SUPPORT_NO_TRACKS
, RENDERER_SUPPORT_UNSUPPORTED_TRACKS
, RENDERER_SUPPORT_EXCEEDS_CAPABILITIES_TRACKS
or RENDERER_SUPPORT_PLAYABLE_TRACKS
.