Annotation Type MappingTrackSelector.MappedTrackInfo.RendererSupport
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface MappingTrackSelector.MappedTrackInfo.RendererSupport
Levels of renderer support. Higher numerical values indicate higher levels of support. One ofMappingTrackSelector.MappedTrackInfo.RENDERER_SUPPORT_NO_TRACKS
,MappingTrackSelector.MappedTrackInfo.RENDERER_SUPPORT_UNSUPPORTED_TRACKS
,MappingTrackSelector.MappedTrackInfo.RENDERER_SUPPORT_EXCEEDS_CAPABILITIES_TRACKS
orMappingTrackSelector.MappedTrackInfo.RENDERER_SUPPORT_PLAYABLE_TRACKS
.